Class RibbonDisplayOption
Specifies the various modes in RibbonDisplayOption
Inheritance
System.Object
RibbonDisplayOption
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class RibbonDisplayOption : Enum
Fields
AutoHide
Hide the Ribbon, click at the top of the Ribbon to show it.
Declaration
public const RibbonDisplayOption AutoHide
Field Value
| Type |
|---|
| RibbonDisplayOption |
ShowTabs
Show Ribbon tabs only, click a tab to show the commands.
Declaration
public const RibbonDisplayOption ShowTabs
Field Value
| Type |
|---|
| RibbonDisplayOption |
ShowTabsAndCommands
Show Ribbon Tabs and Command all the time
Declaration
public const RibbonDisplayOption ShowTabsAndCommands
Field Value
| Type |
|---|
| RibbonDisplayOption |