NavigatorMode Enumeration |
Specifies the display mode of the Navigator control.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [TypeConverterAttribute(typeof(NavigatorModeConverter))]
public enum NavigatorMode
Members
| Member name | Value | Description |
---|
| BarTabGroup | 0 | Specifies that tabs are placed on a bar outside a group. |
| BarTabOnly | 1 | Specifies that tabs are placed on a bar without showing pages. |
| BarRibbonTabGroup | 2 | Specifies that ribbons tabs are placed on a bar outside a group. |
| BarRibbonTabOnly | 3 | Specifies that ribbon tabs are placed on a bar without showing pages. |
| BarCheckButtonGroupOutside | 4 | Specifies that check buttons are placed on a bar outside a group. |
| BarCheckButtonGroupInside | 5 | Specifies that check buttons are placed on a bar inside a group. |
| BarCheckButtonGroupOnly | 6 | Specifies that check buttons are placed on a bar inside a group without showing pages. |
| BarCheckButtonOnly | 7 | Specifies that check buttons are placed on a bar without showing pages. |
| HeaderBarCheckButtonGroup | 8 | Specifies that check buttons are placed on a bar inside a header in a group. |
| HeaderBarCheckButtonHeaderGroup | 9 | Specifies that check buttons are placed on a bar inside a header in a header group. |
| HeaderBarCheckButtonOnly | 10 | Specifies that check buttons are placed on a bar inside a header without showing pages. |
| StackCheckButtonGroup | 11 | Specifies that check buttons are stacked inside a group. |
| StackCheckButtonHeaderGroup | 12 | Specifies that check buttons are stacked inside a header group. |
| OutlookFull | 13 | Specifies a navigation mode similar to the expanded Microsoft Outlook Navigator. |
| OutlookMini | 14 | Specifies a navigation mode similar to the collapsed Microsoft Outlook Navigator. |
| HeaderGroup | 15 | Specifies a KryptonHeaderGroup style of appearance. |
| HeaderGroupTab | 16 | Specifies a KryptonHeaderGroup style of appearance combined with a set of tabs. |
| Group | 17 | Specifies a KryptonGroup style of appearance. |
| Panel | 18 | Specifies a KryptonPanel style of appearance. |
See Also