Enum RibbonItemDisplayMode
Specifies the different ribbon item display modes that can be set for the normal and simplified LayoutMode values.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum RibbonItemDisplayMode
Fields
Name | Description |
---|---|
Normal | Appears the ribbon items in normal state alone. |
OverflowMenu | Appears the ribbon items inside overflow button during simplified state. |
Simplified | Appears the ribbon items in simplified state alone. |