Click or drag to resize

DockingPropogateAction Enumeration

Specifies a docking propogate action.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum DockingPropogateAction
Members
  Member nameValueDescription
Null0Specifies a null operation.
StartUpdate1Specifies a multi-part update is starting.
EndUpdate2Specifies a multi-part update has ended.
ShowPages3Specifies all display elements of the named pages be shown.
ShowAllPages4Specifies all display elements of all pages be shown.
HidePages5Specifies all display elements of the named pages be hidden.
HideAllPages6Specifies all display elements of all pages be hidden.
StorePages7Specifies the named pages are replaced with position placeholders.
StoreAllPages8Specifies all pages are replaced with position placeholders.
RestorePages9Specifies the position placeholders are restored with actual pages.
ClearAutoHiddenStoredPages10Specifies the auto hidden store pages should be removed for the named pages.
ClearDockedStoredPages11Specifies the docked store pages should be removed for the named pages.
ClearFloatingStoredPages12Specifies the floating store pages should be removed for the named pages.
ClearFillerStoredPages13Specifies the filler store pages should be removed for the named pages.
ClearStoredPages14Specifies all stored pages should be removed for the named pages.
ClearAllStoredPages15Specifies all stored pages should be removed.
RemovePages16Specifies all details of the named pages be removed.
RemoveAndDisposePages17Specifies all details of the named pages be removed and the page disposed.
RemoveAllPages18Specifies all details of all pages be removed.
RemoveAndDisposeAllPages19Specifies all details of all pages be removed and the pages disposed.
Loading20Specifies a loading operation is about to begin.
RepositionDockspace21Specifies a dockspace with matching ordering value reposition its controls.
StringChanged22Specifies the named string property has been updated.
DebugOutput23Specifies that debug output about the docking contents be output.
See Also