Click or drag to resize

EditorViewReadOnly Property

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

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(156)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
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