TabDrawMode Enumeration
.NET Framework (current version)
Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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. |
This enumeration is used by members such as TabControl::DrawMode.
The TabControl class and its derived classes support owner-draw functionality, but only one type, in which you can draw the tabs individually.
.NET Framework
Available since 1.1
Available since 1.1
Show: