EditorViewEnableNondictWordMarking Property
|
This property controls whether the non-dictionary word marking (red wavy underline) is enabled 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(122)]
public bool EnableNondictWordMarking { get; set; }<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(122)>
Public Property EnableNondictWordMarking As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(122)]
property bool EnableNondictWordMarking {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
The default value for this property is False.
See Also