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:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(-516)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool TabStop { get; set; }

Property Value

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