BCGControlBar Library for .NET
CommandID Property (ExecuteCommandEventArgs)




Specifies the identifier of the command to execute.
Syntax
'Declaration
 
Public ReadOnly Property CommandID As Integer
'Usage
 
Dim instance As ExecuteCommandEventArgs
Dim value As Integer
 
value = instance.CommandID
public int CommandID {get;}
public: __property int get_CommandID();
public:
property int CommandID {
   int get();
}
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

ExecuteCommandEventArgs Class
ExecuteCommandEventArgs Members

Send Feedback