This property is True if the pop-up hint is allowed for the specified combo box.
object.ShowHint
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISComboBox interface |
bool
Display ShowHint for the specified combo box.
Dim aControl
Dim aControlInfo
Set aControl = Form.Controls_("cmbInform")
aControlInfo =_
"Caption: " & aControl.Caption & vbNewLine &_
"Hint: " & aControl.Hint & vbNewLine &_
"Show hint: " & aControl.ShowHint
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface Show Hint cannot be found.