BCGSoft.ControlBars Namespace : ToolbarButtonCollapseState Enumeration |
Specifies collapse state for the command object (ttolbar button) placed on the smart command bar (Ribbon control).
Some buttons may interprete this state on their own. For example, the smart combo box button in the Large state displays combo box, image and text, in Intermediate state it displas image and combo box, in Small state - combo box only.
'Declaration Public Enum ToolbarButtonCollapseState Inherits System.Enum
'Usage Dim instance As ToolbarButtonCollapseState
public enum ToolbarButtonCollapseState : System.Enum
__value public enum ToolbarButtonCollapseState : public System.Enum
public enum class ToolbarButtonCollapseState : public System.Enum
Member | Description |
---|---|
Intermediate | Intermediate collapse state - button displays its small image (HiColorImage), text aligned at the right side of the image. |
Large | Large collapse state - the button takes the full available height displaying its LargeImage, the text is shown below the image. |
None | No collapse state specifies. |
Small | Small collapse state - button displays its small image (HiColorImage), text is not displayed. |
System.Object
System.ValueType
System.Enum
BCGSoft.ControlBars.ToolbarButtonCollapseState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2