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