BCGControlBar Library for .NET
ToolBarButtonMode Enumeration




Depends on the parent control of the toolbar button. The ToolbarbuttonMode we can get by the property ButtonMode of the toolbar.  

Syntax
'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 
Members
MemberDescription
AttachedToControltoolbar button is located on the control.
ButtonGrouptoolbar button is located on the button group.
Detachedtoolbar button is stand alone
MenuBar

toolbar button is located on the menubar

PopupBarInPaletteModetoolbar button is located on the Palette menu bar
PopupMenuBartoolbar button is located on the popup menu bar
ToolBartoolbar button is located on the toolbar
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.ToolBarButtonMode

Requirements

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

See Also

Reference

BCGSoft.Shared Namespace

Send Feedback