The hint of the specified shape.
object.Hint
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISShape interface |
string
Display some information about the specified shape, including its hint.
Dim aShape
Dim aShapeInfo
Set aShape = Form.Controls_("Shape1")
aShapeInfo =_
"Caption: " & aShape.Caption & vbNewLine &_
"Short Name: " & aShape.ShortName & vbNewLine &_
"Hint: " & aShape.Hint & vbNewLine &_
"Show hint: " & aShape.ShowHint
Profile.MsgBox(aShapeInfo)
In Profile Client v8 on User Interface Hint can be found in
.