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