Control.TabIndex Property
Silverlight
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<control TabIndex="int/>
Property Value
Type: System.Int32A value that determines the order of logical navigation for a device. The default value is Int32.MaxValue.
Dependency property identifier field: TabIndexProperty
A control with a lower tab index receives focus before a control with a higher index.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: