C#
public enum RibbonAutoHideMode {
None,
HidePanelBar,
HidePanel,
TruncatePanelBar
}
Visual Basic
Public Enum RibbonAutoHideMode
None
HidePanelBar
HidePanel
TruncatePanelBar
End Enum
Members
Members |
Description |
---|
None |
The full ribbon is always displayed (no auto-hide behavior). |
HidePanelBar |
The ribbon panels and the panel bar are only displayed when the cursor is moved over the area where the ribbon is docked. |
HidePanel |
The ribbon panels are hidden, but the panel bar is still displayed. The ribbon panels are displayed when the user moves the cursor over the panel bar. |