Returns True if the specified edit control is restricted to display only.
object.ReadOnly
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
bool
Display ReadOnly for the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"Short Name: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"ReadOnly: " & aEdit.ReadOnly
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface ReadOnly can be found in
.