This documentation is archived and is not being maintained.
TabDrawMode Enumeration
.NET Framework 1.1
Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system.
[Visual Basic] <Serializable> Public Enum TabDrawMode [C#] [Serializable] public enum TabDrawMode [C++] [Serializable] __value public enum TabDrawMode [JScript] public Serializable enum TabDrawMode
Remarks
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.
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: