SetText Method (ComboBox)
Class
ComboBox
.
Action
Replaces the text in the text field of the combo box.
Syntax
C#
comboBox
.
SetText
(
text
)
VB
comboBox
.
SetText
(
text
)
Variable
Description
text
The text to substitute for the contents of the text field.
String
.