|
#
|
EnsureKeys (DockablePanesCollection)
|
Ensures that all DockablePanes / DockableGroupPanes in the collection
have a Key. If no Key is present, a GUID will be used
|
|
+
|
EnsureKeys (UltraDockManager)
|
Ensures that all DockAreaPanes in the UltraDockManager have a Key.
If no Key is present, a GUID will be used
|
|
#
|
RestoreDockablePaneSettings (DockableGroupPane)
|
Restores the child DockableControlPanes/DockableGroupPanes for the
given paren (DockableGroupPane).
|
|
#
|
RestoreDockAreaSettings (DockAreasCollection)
|
Restores the DockAreas for the given DockAreasCollection (direct
childs of the UltraDockManager)
|
|
+
|
RestoreDockManagerSettings (UltraDockManager, dataset)
|
Restores the settings of the UltraDockManager from the given
dsDockManagerSettins ProDataset
|
|
+
|
RestoreFromSettingsService (UltraDockManager, character)
|
Restores the Settings of the UltraDockManager from the ISettingsService
|
|
#
|
StoreDockablePaneSettings (DockablePanesCollection)
|
Stores the settings of the Panes in the given DockablePanesCollection
|
|
#
|
StoreDockAreaSettings (DockAreasCollection)
|
Stores the settings of the DockAreaPanes
|
|
+
|
StoreDockManagerSettings (UltraDockManager, dataset)
|
Stores the settings of the UltraDockManager and returns them in the
dsDockManagerSettings Dataset.
|
|
+
|
StoreToSettingsService (UltraDockManager, character)
|
Stores the current Settings of the UltraDockManager to the
ISettingsService
|