Click or drag to resize

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
C#
[TypeConverterAttribute(typeof(NavigatorModeConverter))]
public enum NavigatorMode
Members
  Member nameValueDescription
BarTabGroup0Specifies that tabs are placed on a bar outside a group.
BarTabOnly1Specifies that tabs are placed on a bar without showing pages.
BarRibbonTabGroup2Specifies that ribbons tabs are placed on a bar outside a group.
BarRibbonTabOnly3Specifies that ribbon tabs are placed on a bar without showing pages.
BarCheckButtonGroupOutside4Specifies that check buttons are placed on a bar outside a group.
BarCheckButtonGroupInside5Specifies that check buttons are placed on a bar inside a group.
BarCheckButtonGroupOnly6Specifies that check buttons are placed on a bar inside a group without showing pages.
BarCheckButtonOnly7Specifies that check buttons are placed on a bar without showing pages.
HeaderBarCheckButtonGroup8Specifies that check buttons are placed on a bar inside a header in a group.
HeaderBarCheckButtonHeaderGroup9Specifies that check buttons are placed on a bar inside a header in a header group.
HeaderBarCheckButtonOnly10Specifies that check buttons are placed on a bar inside a header without showing pages.
StackCheckButtonGroup11Specifies that check buttons are stacked inside a group.
StackCheckButtonHeaderGroup12Specifies that check buttons are stacked inside a header group.
OutlookFull13Specifies a navigation mode similar to the expanded Microsoft Outlook Navigator.
OutlookMini14Specifies a navigation mode similar to the collapsed Microsoft Outlook Navigator.
HeaderGroup15Specifies a KryptonHeaderGroup style of appearance.
HeaderGroupTab16Specifies a KryptonHeaderGroup style of appearance combined with a set of tabs.
Group17Specifies a KryptonGroup style of appearance.
Panel18Specifies a KryptonPanel style of appearance.
See Also