System.Windows.Forms.TabAlignment Enumeration

Specifies the locations of the tabs in a tab control.

Syntax

public enum TabAlignment

Remarks

This enumeration is used by members such as TabControl.Alignment.

Members

Member NameDescription
Bottom

The tabs are located across the bottom of the control.

Left

The tabs are located along the left edge of the control.

Right

The tabs are located along the right edge of the control.

Top

The tabs are located across the top of the control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0