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