BCGControlBar Library for .NET
ToolbarSysMenuButton Constructor(Int32)




The identifier of the ToolbarSysMenuButton.
Initializes a new instance of the ToolBarSysMenuButton class with the specified identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal command As Integer _
)
'Usage
 
Dim command As Integer
 
Dim instance As New ToolbarSysMenuButton(command)
public ToolbarSysMenuButton( 
   int command
)
public: ToolbarSysMenuButton( 
   int command
)
public:
ToolbarSysMenuButton( 
   int command
)

Parameters

command
The identifier of the ToolbarSysMenuButton.
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

ToolbarSysMenuButton Class
ToolbarSysMenuButton Members
Overload List

Send Feedback