Click or drag to resize

WorkflowViewTabStop Property

This property controls whether or not the user can give the focus to this control using the Tab key.

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

Property Value

Type: Boolean
Remarks
The default value for this property is True.
See Also