FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / IC1ColumnFilterEditor Interface / KeepFormOpen Property

In This Topic
    KeepFormOpen Property (IC1ColumnFilterEditor)
    In This Topic
    Gets a value that determines whether the containing form should remain open even when it is deactivated.
    Syntax
    'Declaration
     
    
    ReadOnly Property KeepFormOpen As Boolean
    bool KeepFormOpen {get;}
    Remarks
    This property allows custom editors to display modal dialogs.
    See Also