This property is True if the selection of the text is shown only when the specified memo control has focus.
object.HideSelection
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISMemo interface |
bool
Display HideSelection for the specified memo control.
Dim aMemo
Dim aMemoInfo
Set aMemo = Form.Controls_("memComment")
aMemoInfo =_
"ShortName: " & aMemo.ShortName & vbNewLine &_
"Type Name " & aMemo.TypeName & vbNewLine &_
"Hide Selection: " & aMemo.HideSelection
Profile.MsgBox(aMemoInfo)
In Profile Client v8 on User Interface Hide Selection can be found in
.