ESRI.ArcGIS.ADF.Web.UI.WebControls
TabIndex Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class : TabIndex Property




The tab index of the Web server control.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overrides Property TabIndex As Short
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim value As Short
 
instance.TabIndex = value
 
value = instance.TabIndex
C# 
[BrowsableAttribute(false)]
public override short TabIndex {get; set;}

See Also

© 2010 All Rights Reserved.