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; }
<DispIdAttribute(-516)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
Public Property TabStop As Boolean
Get
Set
public:
[DispIdAttribute(-516)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
property bool TabStop {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The default value for this property is True.
See Also