System.Windows.Forms.TabDrawMode Enumeration

Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system.

Syntax

public enum TabDrawMode

Remarks

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

The System.Windows.Forms.TabControl class and its derived classes support owner-draw functionality, but only one type, in which you can draw the tabs individually.

Members

Member NameDescription
Normal

The tabs are drawn by the operating system, and are of the same size.

OwnerDrawFixed

The tabs are drawn by the parent window, and are of the same size.

Requirements

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