The current text of the specified combo box.
object.TextValue
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISComboBox interface |
string
Display some information about the specified combo box, including its current text.
Dim aComboBox
Dim aComboBoxInfo
Set aComboBox = Form.Controls_("cmbInform")
aComboBoxInfo =_
"Caption: " & aComboBox.Caption & vbNewLine &_
"Type Name: " & aComboBox.TypeName & vbNewLine &_
"Short Name: " & aComboBox.ShortName & vbNewLine &_
"Text Value: " & aComboBox.TextValue
Profile.MsgBox(aComboBoxInfo) In Profile Client v8 on User Interface Text Value can be found in .