Click or drag to resize

EditorViewReadOnly Property

This property controls whether the control is in read-only mode or not.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(156)]
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
Remarks
In read-only mode the contained text and other elements cannot be altered by the user in any way.
See Also