PowerWEB LiveControls for ASP.NET
TabIndex Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : TabIndex Property



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

Syntax

Visual Basic (Declaration) 
Public Overrides Property TabIndex As Short
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Short
 
instance.TabIndex = value
 
value = instance.TabIndex
C# 
public override short TabIndex {get; set;}
C++/CLI 
public:
property short TabIndex {
   short get() override;
   void set (    short value) override;
}

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThe specified tab index is not between -32768 and 32767.

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.WebControlClass.TabIndex.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.