Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type) |
Returns a List of all Controls in the Form that are of the given type |
Options | Name | Purpose | |
---|---|---|---|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
A list of Forms that are dependent from this Form. |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. |
|
+ | LOGICAL IsClosed |
Returns if the Forms has been closed. |
|
+ | LOGICAL UseStartupSizeAsMinSize |
When set to True the OnLoad method will apply the current form (startup
size) to the MinimumSize. This will be done before loading the stored
Form size from the user profile (e.g. Windows Registry) |
|
+ | CHARACTER WindowPositionRegistryKey |
Gets and sets the Registry Key used for storing this Forms
window position |
Top
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
---|
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|