Gets the text from the attached drop-down list for this combo box.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ItemText( _
ByVal Item As Short _
) As String |
C# | |
---|
string ItemText(
short Item
) {get;} |
C++/CLI | |
---|
property String^ ItemText {
String^ get(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
Return Value
Text of the specified item
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0