Gets the text of the specified item in this selection box.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ItemText( _
ByVal Item As System.Short _
) As System.String |
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 or -1 to get the text of the currently selected item
Property Value
Text of the specified item
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0