ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1ColumnFilterEditor Interface / KeepFormOpen Property

In This Topic
    KeepFormOpen Property
    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