In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.MergablePropertyAttribute(False)>
<SRDescriptionAttribute("ControlTabIndexDescr")>
Public Property TabIndex As System.Integer
'Usage
Dim instance As DicomViewer
Dim value As System.Integer
instance.TabIndex = value
value = instance.TabIndex
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.MergableProperty(false)]
[SRDescription("ControlTabIndexDescr")]
public System.int TabIndex {get; set;}
public read-write property TabIndex: System.Integer;
SRCategoryAttribute("CatBehavior")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.MergablePropertyAttribute()
SRDescriptionAttribute("ControlTabIndexDescr")
public function get,set TabIndex : System.int
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.MergableProperty(false)]
[SRDescription("ControlTabIndexDescr")]
public: __property System.int get_TabIndex();
public: __property void set_TabIndex(
System.int value
);
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.MergableProperty(false)]
[SRDescription("ControlTabIndexDescr")]
public:
property System.int TabIndex {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also