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