ID Property
Description
Represents the ID of the command.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property ID As String |
Return Type
Read/write String.
Remarks
Only objects that have ID strings can be set. If a object does not have a string, this property is the zero-length string "".
Example
This example cycles through each command and displays the ID in a message box if its length is greater than zero characters.
See Also