Dundas Chart for ASP.NET
TabIndex Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : TabIndex Property


Gets or sets the tab index of the Web server control.

Syntax

Visual Basic (Declaration)  
Public Overridable Property TabIndex As Short
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Short
 
instance.TabIndex = value
 
value = instance.TabIndex
C#  
public virtual short TabIndex {get; set;}

Exceptions

Exception Description
ArgumentOutOfRangeException The specified tab index is not between -32768 and 32767.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.