Class ParentBarItemStyle
Specifies the appearance and behavior of a ParentBarItem.
Inheritance
System.Object
ParentBarItemStyle
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ParentBarItemStyle : Enum
Remarks
The ParentBarItem uses this enum to determine whether to act like a drop-down parent or a submenu parent.
Fields
Default
The parent item will be drawn like a regular submenu item.
Declaration
public const ParentBarItemStyle Default
Field Value
| Type |
|---|
| ParentBarItemStyle |
DropDown
The parent item will be drawn like a drop-down parent. The parent item itself will be clickable and the drop-down can be dropped down by an arrow to the right.
Declaration
public const ParentBarItemStyle DropDown
Field Value
| Type |
|---|
| ParentBarItemStyle |