Intersoft WebGrid Documentation
TabIndex Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : TabIndex Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<WebSysDescriptionAttribute("The tab order of the control.")>
<WebCategoryAttribute("Accessibility")>
Public Overridable Property TabIndex As Short
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As Short
 
instance.TabIndex = value
 
value = instance.TabIndex
C# 
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The tab order of the control.")]
[WebCategoryAttribute("Accessibility")]
public virtual short TabIndex {get; set;}
Delphi 
public read-write property TabIndex: ShortInt; virtual; 
JScript 
DefaultValueAttribute()
WebSysDescriptionAttribute("The tab order of the control.")
WebCategoryAttribute("Accessibility")
public function get,set TabIndex : short
Managed Extensions for C++ 
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The tab order of the control.")]
[WebCategoryAttribute("Accessibility")]
public: __property virtual short get_TabIndex();
public: __property virtual void set_TabIndex( 
   short value
);
C++/CLI 
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("The tab order of the control.")]
[WebCategoryAttribute("Accessibility")]
public:
virtual property short TabIndex {
   short get();
   void set (    short value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.