Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Window Class / IsModeless Property

In This Topic
    IsModeless Property (C1Window)
    In This Topic
    Gets or sets whether the dialog should be modeless (e.g. not dismiss when focusing/clicking outside of the dialog). if true: there will be no overlay (isDarkOverlay is ignored)
    Syntax
    'Declaration
     
    
    Public Property IsModeless As Boolean
    public bool IsModeless {get; set;}
    See Also