This enumeration defines the display of contextual tabs.
Public Enum ContextualTabDisplayType Full = 0 FullWithoutFocus = 2 Merged = 1 End Enum
public enum ContextualTabDisplayType { Full = 0, FullWithoutFocus = 2, Merged = 1 }
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? |