Gets the text from the attached drop-down list for this combo box.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ItemText( _
ByVal Item As System.Short _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageCombobox
Dim Item As System.Short
Dim value As System.String
value = instance.ItemText(Item) |
C# | |
---|
System.string ItemText(
System.short Item
) {get;} |
C++/CLI | |
---|
property System.String^ ItemText {
System.String^ get(System.short Item);
} |
Parameters
- Item
- Position of the item where to get the text in the 0-based list of items or -1 to get the text of the currently selected item
Property Value
Text of the specified item
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0