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