Gets or sets the unique identifier of the command.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As Command
Dim value As Integer
instance.CommandID = value
value = instance.CommandID
|
Return Value
Unique identifier of the command.
Example
C# |
Copy Code |
Command cmd = new Command(); cmd.CommandID = 100; chart1.UI.Commands.Add( cmd ); ..... chart1.UI.Commands.FindCommand( 100).Execute();
|
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also