Gets the text for an item in the attached drop-down list for this number 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 or -1 to get the text of the currently selected item
Return Value
Text for this item
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0