|
Options |
Name |
Purpose |
|
|
|
CHARACTER BuildSplitterSettingsKey (character, character, character)
|
Builds the registry settings key for a single UltraSplitter, taking
an optional key prefix into account (used by DynamicControlGroup to
scope keys per group instance, including the full chain of
enclosing groups for nested cases).
|
|
|
|
CheckFormAuthorizationProvider (IBaseForm)
|
Invoked FormAuthorizationProvider to verify if the current user
is allowed to launch the current form
|
|
|
|
CloseDependentForms (IBaseForm, FormClosingEventArgs)
|
Closes the Forms Dependent Forms
|
|
|
|
CollectUltraSplitters (Control, Control>, Type)
|
Collects all descendant Infragistics.Win.Misc.UltraSplitter Controls
reachable from the given root Control, into the supplied list.
Recursion stops at any control that is-a poStopRecursionType (when
provided), so that a sub-tree owned by another store/restore scope
(typically a DynamicControlGroup) is left for that scope to walk.
The root Control itself is not subject to the stop-recursion check.
|
|
|
|
CHARACTER LoadSettings (IBaseForm, character)
|
Loads stored window settings from the registry
|
|
|
|
LONGCHAR LoadSettingsLong (IBaseForm, character)
|
Loads stored window settings from the registry
|
|
|
|
RemoveSetting (IBaseForm, character)
|
Removes window settings from the registry
|
|
|
|
RestoreUltraSplitterPositions (IBaseForm, Control, character, Type)
|
Restores the position of the UltraSplitter Controls contained in
the given root Control. Settings are loaded from the SettingsService
using the WindowPositionRegistryKey of the given Form.
|
|
|
|
RestoreWindowPosition (IBaseForm)
|
Restores the stored window position
|
|
|
|
StoreSettings (IBaseForm, character, character)
|
Stores window settings to the registry
|
|
|
|
StoreSettingsLong (IBaseForm, longchar, character)
|
Stores window settings to the registry
|
|
|
|
StoreUltraSplitterPositions (IBaseForm, Control, character, Type)
|
Stores the position of the UltraSplitter Controls contained in
the given root Control. Settings are stored via the SettingsService
using the WindowPositionRegistryKey of the given Form.
|
|
|
|
StoreWindowPosition (IBaseForm)
|
Stores the window position to the resgistry
|