dbicTabs Send comments on this topic.
enumTabPosition Enumeration
See Also  
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : enumTabPosition Enumeration

The position of the tabs in the control.

Syntax

Visual Basic (Declaration) 
Public Enum enumTabPosition 
   Inherits System.Enum
C# 
public enum enumTabPosition : System.Enum 

Members

MemberDescription
BottomTabs along the bottom of the control.
LeftTabs to the left of the control.
RightTabs to the right of the control.
TopTabs along the top of the control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tabs.enumTabPosition

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also