|
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 |
|
# | DesignerInsertUserControl () |
Inserts a user control instance at design time. |
|
+ | 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 |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form |
|
# | 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 |
|
# | 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 |
|
# | RestoreRadSplitterPosition () |
Restores the position of the Rad Splitter Controls |
|
# | RestoreWindowPosition () |
Restores the stored window position |
|
# | StoreRadSplitterPosition () |
Stores the position of the RadSplitter Controls in the Registry |
|
# | 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 |
|
# | StoreWindowPosition () |
Stores the window position to the resgistry |
Options | Name | Purpose | |
---|---|---|---|
+ | BaseRadRibbonForm () |
Constructor for the BaseRadRibbonForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL DeleteOnFormClosed |
|
|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
|
|
# | CHARACTER DesignerVerbs |
|
|
+ | LOGICAL DesignTime |
|
|
+ | LOGICAL IsClosed |
|
|
# | LOGICAL StoreFormPosition |
|
|
+ | LOGICAL UseStartupSizeAsMinSize |
|
|
+ | CHARACTER WindowPositionRegistryKey |
|
Top
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED DesignerInsertUserControl ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
|||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||
PROTECTED RestoreRadSplitterPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreRadSplitterPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
|||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
|||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
PUBLIC BaseRadRibbonForm ()
|
---|
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
---|
PUBLIC LOGICAL DeleteOnFormClosed
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|