FlexGrid for WinForms
KeepFormOpen Property



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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IC1ColumnFilterEditor Interface
IC1ColumnFilterEditor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback