This property is True if the pop-up hint is allowed for the specified image control.
object.ShowHint
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
bool
Display ShowHint for the specified image control.
Dim aImage
Dim aImageInfo
Set aImage = Form.Controls_("Image1")
aImageInfo =_
"Short Name: " & aImage.ShortName & vbNewLine &_
"Hint: " & aImage.Hint & vbNewLine &_
"Show hint: " & aImage.ShowHint
Profile.MsgBox(aImageInfo)
In Profile Client v8 on User Interface Show Hint cannot be found.