In This Topic
Gets a boolean value indicates whether the editor is readonly.
Syntax
'Declaration
Function IsReadOnly() As Boolean
'Usage
Dim instance As IEditor
Dim value As Boolean
value = instance.IsReadOnly()
Return Value
true
the editor is readonly; otherwise, false
.
See Also