DisabledCommandList.Item Property
Parent Object: DisabledCommandListDescription
Returns the specified ControlDefinition from the list.
Syntax
DisabledCommandList.Item( Index As Long ) As ControlDefinitionProperty Value
This is a read only property whose value is a ControlDefinition.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the ControlDefinition to return. The first item in the list has an index of one. |