JAMS Developer Guide
TabIndex Property (History)


MVPSI.JAMSWeb.Controls Namespace > History Class : TabIndex Property
Syntax
'Declaration
 
<WebCategoryAttribute("Accessibility")>
<System.ComponentModel.DefaultValueAttribute()>
<WebSysDescriptionAttribute("The tab order of the control.")>
Public Overridable Property TabIndex As System.Short
'Usage
 
Dim instance As History
Dim value As System.Short
 
instance.TabIndex = value
 
value = instance.TabIndex
[WebCategory("Accessibility")]
[System.ComponentModel.DefaultValue()]
[WebSysDescription("The tab order of the control.")]
public virtual System.short TabIndex {get; set;}
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

History Class
History Members