RadTabStrip for ASP.NET

RadTabStrip Send comments on this topic.
ScrollButtonsPosition Enumeration
See Also  
Telerik.WebControls Namespace : ScrollButtonsPosition Enumeration


The position of the scroll buttons toward the Tab labels when the ScrollChildren property is set to true.  

 

Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)

Syntax

Visual Basic (Declaration) 
Public Enum ScrollButtonsPosition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScrollButtonsPosition
C# 
public enum ScrollButtonsPosition : Enum 

Members

MemberDescription
Left The buttons are to left of the Tab labels.
Middle The Tab labels are between the two scroll buttons.
Right The buttons are to the right of the Tab labels.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.ScrollButtonsPosition

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadTabStrip (in RadTabStrip.dll)

See Also