BCGSoft.Shared Namespace : ToolBarButtonMode Enumeration |
Depends on the parent control of the toolbar button. The ToolbarbuttonMode we can get by the property ButtonMode of the toolbar.
'Declaration Public Enum ToolBarButtonMode Inherits System.Enum
'Usage Dim instance As ToolBarButtonMode
public enum ToolBarButtonMode : System.Enum
__value public enum ToolBarButtonMode : public System.Enum
public enum class ToolBarButtonMode : public System.Enum
Member | Description |
---|---|
AttachedToControl | toolbar button is located on the control. |
ButtonGroup | toolbar button is located on the button group. |
Detached | toolbar button is stand alone |
MenuBar | toolbar button is located on the menubar |
PopupBarInPaletteMode | toolbar button is located on the Palette menu bar |
PopupMenuBar | toolbar button is located on the popup menu bar |
ToolBar | toolbar button is located on the toolbar |
System.Object
System.ValueType
System.Enum
BCGSoft.Shared.ToolBarButtonMode
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