DateTimeControl.TabIndex Property
Gets or sets the tab index of the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property TabIndex As Short
Get
Set
'Usage
Dim instance As DateTimeControl
Dim value As Short
value = instance.TabIndex
instance.TabIndex = value
[BindableAttribute(true)]
public short TabIndex { get; set; }
Property Value
Type: System.Int16
A short that indicates the tab index. The default is -1.