IWinComboBoxSetText Method |
Sets text displayed in the combo box control.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SetText(
string text
)
Sub SetText (
text As String
)
Dim instance As IWinComboBox
Dim text As String
instance.SetText(text)
void SetText(
String^ text
)
Parameters
- text
- Type: SystemString
The text to enter in the control.
Exceptions See Also