EditorViewProofingBarVisible Property
|
This property controls whether the dock-able editor proofing bar is displayed or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(118)]
[BindableAttribute(BindableSupport.Yes)]
public bool ProofingBarVisible { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(118)>
<BindableAttribute(BindableSupport.Yes)>
Public Property ProofingBarVisible As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(118)]
[BindableAttribute(BindableSupport::Yes)]
property bool ProofingBarVisible {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also