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