This property is True if the text in the edit control is automatically selected when the control gets focus.
object.AutoSelect
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
bool
Display AutoSelect for the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"ShortName: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"Auto Select: " & aEdit.AutoSelect
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Auto Select can be found in
.