FarPoint.Win.Spread
TabStripPlacement Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : TabStripPlacement Enumeration


Specifies the location of the tab strip in the component.

Syntax

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

Members

MemberDescription
WithHorizontalScrollBar The tab strip is located next to the horizontal scroll bar.
Top The tab strip is located across the top of the component.
Bottom The tab strip is located across the bottom of the component.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.TabStripPlacement

See Also