Autodesk.AutoCAD.Customization Namespace > RibbonAutoHideMode Enumeration
Autodesk.AutoCAD.Customization.RibbonAutoHideMode Enumeration   
Visual Basic
Public Enum RibbonAutoHideMode
  None
  HidePanelBar
  HidePanel
  TruncatePanelBar
End Enum
C#
public enum RibbonAutoHideMode {
  None,
  HidePanelBar,
  HidePanel,
  TruncatePanelBar
}
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. 
   Comments?