The hint of the specified image control.
object.Hint
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
string
Display some information about the specified image control, including its hint.
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 Hint can be found in
.