SpreadsheetGear 2017
TabIndex Property (FormulaBar)






SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : TabIndex Property
Syntax
'Declaration
 
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ControlTabIndexDescr")>
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.MergablePropertyAttribute(False)>
Public Property TabIndex As System.Integer
'Usage
 
Dim instance As FormulaBar
Dim value As System.Integer
 
instance.TabIndex = value
 
value = instance.TabIndex
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlTabIndexDescr")]
[SRCategory("CatBehavior")]
[System.ComponentModel.MergableProperty(false)]
public System.int TabIndex {get; set;}
public read-write property TabIndex: System.Integer; 
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("ControlTabIndexDescr")
SRCategoryAttribute("CatBehavior")
System.ComponentModel.MergablePropertyAttribute()
public function get,set TabIndex : System.int
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlTabIndexDescr")]
[SRCategory("CatBehavior")]
[System.ComponentModel.MergableProperty(false)]
public: __property System.int get_TabIndex();
public: __property void set_TabIndex( 
   System.int value
);
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlTabIndexDescr")]
[SRCategory("CatBehavior")]
[System.ComponentModel.MergableProperty(false)]
public:
property System.int TabIndex {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormulaBar Class
FormulaBar Members