BCGControlBar Library for .NET
Command Constructor(Int32,String,Int32)




Syntax
'Declaration
 
Public Function New( _
   ByVal commandID As Integer, _
   ByVal text As String, _
   ByVal image As Integer _
)
'Usage
 
Dim commandID As Integer
Dim text As String
Dim image As Integer
 
Dim instance As New Command(commandID, text, image)
public Command( 
   int commandID,
   string text,
   int image
)
public: Command( 
   int commandID,
   string* text,
   int image
)
public:
Command( 
   int commandID,
   String^ text,
   int image
)

Parameters

commandID
text
image
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

Command Class
Command Members
Overload List

Send Feedback