This topic has not yet been rated - Rate this topic

Control.TabIndex Property

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)
public int TabIndex { get; set; }
<control TabIndex="int/>

Property Value

Type: System.Int32
A 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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ