KryptonPageFlags Enumeration |
Specifies flags that can be applied to a KryptonPage
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [FlagsAttribute]
public enum KryptonPageFlags
Members
| Member name | Value | Description |
---|
| PageInOverflowBarForOutlookMode | 1 | Specifies that in the Outlook mode the page is shown on the overflow bar. |
| AllowConfigSave | 2 | Specifies that the page is allowed to be saved to configuration. |
| DockingAllowClose | 4 | Specifies that the user is allowed to close a docking page. |
| DockingAllowDropDown | 8 | Specifies that the user is allowed to select from a drop down button. |
| DockingAllowAutoHidden | 16 | Specifies that the user is allowed to make a page auto hidden. |
| DockingAllowDocked | 32 | Specifies that the user is allowed to make a page docked. |
| DockingAllowFloating | 64 | Specifies that the user is allowed to make a page floating. |
| DockingAllowWorkspace | 128 | Specifies that the user is allowed to make a page tabbed in a workspace. |
| DockingAllowNavigator | 256 | Specifies that the user is allowed to make a page tabbed in a navigator. |
| AllowPageReorder | 512 | Specifies that the page is allowed to be drag reordered. |
| AllowPageDrag | 1024 | Specifies that the page is allowed to be dragged from the navigator. |
| All | 65535 | Specifies that all flags are set. |
See Also