Dim instance AsGcComboBoxDim value AsString
instance.Text = value
value = instance.Text
Property Value
The text associated with this control.
Remarks
This property related with the TextFormat property. If the SelectedItem contains a few of SubItem, the value of this property can display one or more subitems' text following the TextFormat property.