CommandCollectionItem Property |
Get; Returns the
Command item at the specified index.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Command this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Command
Get
Set
Parameters
- index
- Type: SystemInt32
Index of the item in the collection
Return Value
Type:
CommandCommand
Remarks See Also