This function returns a string which is the nth component description of the component list box as determined by the Item parameter.
Visual Basic |
---|
Public Function ComponentDescription( _ ByVal Item As Long _ ) As String |
- Item
- Required Long. The zero-based index of the string from the list box to return. This must be between 0 and probe.ComponentCount-1.
String value.