Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Long that indicates which Command object to return. It is the index number of the desired Command in the Commands collection.
Item Method
Description
Returns a specific Command object from a Commands collection.
Syntax
Visual Basic
Public Function Item( _
   ByVal NameorNum As Variant _
) As Command
Parameters
NameorNum
Required Long that indicates which Command object to return. It is the index number of the desired Command in the Commands collection.
Return Type
Command object.
See Also