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 public enum DockingPropogateAction
Members
| Member name | Value | Description |
---|
| Null | 0 | Specifies a null operation. |
| StartUpdate | 1 | Specifies a multi-part update is starting. |
| EndUpdate | 2 | Specifies a multi-part update has ended. |
| ShowPages | 3 | Specifies all display elements of the named pages be shown. |
| ShowAllPages | 4 | Specifies all display elements of all pages be shown. |
| HidePages | 5 | Specifies all display elements of the named pages be hidden. |
| HideAllPages | 6 | Specifies all display elements of all pages be hidden. |
| StorePages | 7 | Specifies the named pages are replaced with position placeholders. |
| StoreAllPages | 8 | Specifies all pages are replaced with position placeholders. |
| RestorePages | 9 | Specifies the position placeholders are restored with actual pages. |
| ClearAutoHiddenStoredPages | 10 | Specifies the auto hidden store pages should be removed for the named pages. |
| ClearDockedStoredPages | 11 | Specifies the docked store pages should be removed for the named pages. |
| ClearFloatingStoredPages | 12 | Specifies the floating store pages should be removed for the named pages. |
| ClearFillerStoredPages | 13 | Specifies the filler store pages should be removed for the named pages. |
| ClearStoredPages | 14 | Specifies all stored pages should be removed for the named pages. |
| ClearAllStoredPages | 15 | Specifies all stored pages should be removed. |
| RemovePages | 16 | Specifies all details of the named pages be removed. |
| RemoveAndDisposePages | 17 | Specifies all details of the named pages be removed and the page disposed. |
| RemoveAllPages | 18 | Specifies all details of all pages be removed. |
| RemoveAndDisposeAllPages | 19 | Specifies all details of all pages be removed and the pages disposed. |
| Loading | 20 | Specifies a loading operation is about to begin. |
| RepositionDockspace | 21 | Specifies a dockspace with matching ordering value reposition its controls. |
| StringChanged | 22 | Specifies the named string property has been updated. |
| DebugOutput | 23 | Specifies that debug output about the docking contents be output. |
See Also