Autodesk.AutoCAD.Customization Namespace > ContextualTabDisplayType Enumeration
Autodesk.AutoCAD.Customization.ContextualTabDisplayType Enumeration   
Description

This enumeration defines the display of contextual tabs.

Visual Basic
Public Enum ContextualTabDisplayType
  Full = 0
  FullWithoutFocus = 2
  Merged = 1
End Enum
C#
public enum ContextualTabDisplayType {
  Full = 0,
  FullWithoutFocus = 2,
  Merged = 1
}
Members
Members 
Description 
Full = 0 
This tab should be added as a separate tab to the ribbon when in the proper contextual state. 
Merged = 1 
This ribbon tab should be merged with another tab, when in the proper contextual state. 
   Comments?