In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.MergablePropertyAttribute(False)>
<SRDescriptionAttribute("ControlTabIndexDescr")>
Public Property TabIndex As System.Integer
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.MergableProperty(false)]
[SRDescription("ControlTabIndexDescr")]
public System.int TabIndex {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also