Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection |
||
| CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property |
||
| CustomizeToolbar () |
Customizes the UltraToolbarController associated with this BaseForm |
||
| DesignerInsertUserControl () |
Inserts a user control instance at design time. |
||
| DisposedHandler (Object, EventArgs) |
Event handler for the Dispose event of the Form itself |
||
| 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 |
||
| Progress.Windows.Form FindDependentFormOfClass (Class) |
Returns the dependent form instance of the given class |
||
| System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form |
||
| System.ComponentModel.AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. |
||
| CHARACTER GetClassName () |
Returns the class name of this instance of a component. |
||
| CHARACTER GetComponentName () |
Returns the name of this instance of a component. |
||
| System.ComponentModel.TypeConverter GetConverter () |
Returns a type converter for this instance of a component. |
||
| System.ComponentModel.EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. |
||
| System.ComponentModel.PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. |
||
| System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. |
||
| System.ComponentModel.EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. |
||
| System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. |
||
| System.ComponentModel.PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. |
||
| System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. |
||
| System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. |
||
| LoadRibbonQuickAccessToolbar () |
Restores the Quick Access Toolbar items from the Registry |
||
| CHARACTER LoadSettings () |
Loads the stored window settings (position etc.) from the registry |
||
| CHARACTER LoadSettings (character) |
Loads stored window settings from the registry |
||
| LONGCHAR LoadSettingsLong (character) |
Loads stored window settings from the registry |
||
| OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event |
||
| OnFormClosing (FormClosingEventArgs) |
Raises the FormClosing event |
||
| OnFormDestroyed (EventArgs) |
Raises the FormDestroyed event |
||
| OnLoad (EventArgs) |
Raises the Load event |
||
| OnVerbClicked (character) |
Event Handler method for Designer Verbs |
||
| RemoveSetting (character) |
Removes a stored setting |
||
| RestoreUltraSplitterPosition () |
Restores the position of the Ultra Splitter Controls |
||
| RestoreWindowPosition () |
Restores the stored window position |
||
| SetDesignerProperties () |
Sets Properties to customize Visual Designer behavior |
||
| SizeChangedHandler (Object, EventArgs) |
Event handler for the SizeChanged event of the Form |
||
| StoreRibbonQuickAccessToolbar () |
Stores the current Quick Access Toolbar items in the Registry |
||
| StoreSettings (character) |
Stores the current window settings (position etc.) to the registry |
||
| StoreSettings (character, character) |
Stores window settings to the registry |
||
| StoreSettingsLong (longchar, character) |
Stores window settings to the registry |
||
| StoreUltraSplitterPosition () |
Stores the position of the UltraSplitter Controls in the Registry |
||
| StoreWindowPosition () |
Stores the window position to the registry |
||
| SuspendSTAThreadWarning (UltraDockManager) |
Suspends STAThread warnings for an UltraDockManager instance |
| Options | Name | Purpose | |
|---|---|---|---|
| BaseForm () |
Constructor for the BaseForm class |
| Options | Name | Purpose | |
|---|---|---|---|
| FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) |
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER BindableProperties |
|
||
| CHARACTER CategorizedProperties |
|
||
| CHARACTER CategoryProperties |
|
||
| LOGICAL DeleteOnFormClosed |
|
||
| System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
|
||
| CHARACTER DescribedProperties |
|
||
| CHARACTER DescriptionProperties |
|
||
| CHARACTER DesignerVerbs |
|
||
| CHARACTER DesignerVisibilityAttributes |
|
||
| CHARACTER DesignerVisibilityProperties |
|
||
| LOGICAL DesignTime |
|
||
| CHARACTER HiddenProperties |
|
||
| LOGICAL IsClosed |
|
||
| CHARACTER NonBrowsableProperties |
|
||
| System.Windows.Forms.FormWindowState PreviousWindowState |
|
||
| CHARACTER SecurityKey |
|
||
| LOGICAL StoreFormPosition |
|
||
| LOGICAL UseStartupSizeAsMinSize |
|
||
| CHARACTER WindowPositionRegistryKey |
|
|
Top
LOGICAL CanFindInComponentsCollection (Object)
|
|||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CreateVerbs ()
|
|||||||||||||||||||||||||||||||
CustomizeToolbar ()
|
|||||||||||||||||||||||||||||||
DesignerInsertUserControl ()
|
|||||||||||||||||||||||||||||||
DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
|||||||||||||||||||||||||||||||
Progress.Windows.Form FindDependentFormOfClass (Class)
|
|||||||||||||||||||||||||||||||
System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||
System.ComponentModel.AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||
CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||
CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||
System.ComponentModel.TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||
System.ComponentModel.EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||
System.ComponentModel.PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||
System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||
System.ComponentModel.EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||
System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||
System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||
System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||
System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||
LoadRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
CHARACTER LoadSettings ()
|
|||||||||||||||||||||||||||||||
CHARACTER LoadSettings (character)
|
|||||||||||||||||||||||||||||||
LONGCHAR LoadSettingsLong (character)
|
|||||||||||||||||||||||||||||||
OnFormClosed (FormClosedEventArgs)
|
|||||||||||||||||||||||||||||||
OnFormClosing (FormClosingEventArgs)
|
|||||||||||||||||||||||||||||||
OnFormDestroyed (EventArgs)
|
|||||||||||||||||||||||||||||||
OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||
OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||
RemoveSetting (character)
|
|||||||||||||||||||||||||||||||
RestoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||
RestoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
SetDesignerProperties ()
|
|||||||||||||||||||||||||||||||
SizeChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
StoreRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
StoreSettings (character)
|
|||||||||||||||||||||||||||||||
StoreSettings (character, character)
|
|||||||||||||||||||||||||||||||
StoreSettingsLong (longchar, character)
|
|||||||||||||||||||||||||||||||
StoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||
StoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
SuspendSTAThreadWarning (UltraDockManager)
|
|||||||||||||||||||||||||||||||
BaseForm ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
FormDestroyed DELEGATE System.EventHandler
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER BindableProperties
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER CategorizedProperties
|
|||||||||
CHARACTER CategoryProperties
|
|||||||||
LOGICAL DeleteOnFormClosed
|
|||||||||
System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||
CHARACTER DescribedProperties
|
|||||||||
CHARACTER DescriptionProperties
|
|||||||||
CHARACTER DesignerVerbs
|
|||||||||
CHARACTER DesignerVisibilityAttributes
|
|||||||||
CHARACTER DesignerVisibilityProperties
|
|||||||||
LOGICAL DesignTime
|
|||||||||
CHARACTER HiddenProperties
|
|||||||||
LOGICAL IsClosed
|
|||||||||
CHARACTER NonBrowsableProperties
|
|||||||||
System.Windows.Forms.FormWindowState PreviousWindowState
|
|||||||||
CHARACTER SecurityKey
|
|||||||||
LOGICAL StoreFormPosition
|
|||||||||
LOGICAL UseStartupSizeAsMinSize
|
|||||||||
CHARACTER WindowPositionRegistryKey
|
|||||||||