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; }
<DispIdAttribute(156)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
Public Property ReadOnly As Boolean
Get
Set
public:
[DispIdAttribute(156)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
property bool ReadOnly {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
In read-only mode the contained text and other elements cannot be altered by the user in any way.
See Also