Class RibbonLayoutMode
Specifies the various RibbonLayoutMode values that can be set for the RibbonControlAdv. When set to Simplified the Ribbon items will be arranged in a single line allowing more screen space.
Inheritance
System.Object
RibbonLayoutMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class RibbonLayoutMode : Enum
Fields
Normal
When Normal is set, the Ribbon items will be arranged in the standard layout.
Declaration
public const RibbonLayoutMode Normal
Field Value
| Type |
|---|
| RibbonLayoutMode |
Simplified
When Simplified is set, the Ribbon items will be arranged in a single line allowing more screen space.
Declaration
public const RibbonLayoutMode Simplified
Field Value
| Type |
|---|
| RibbonLayoutMode |