TabDrawMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system.
public enum class TabDrawMode
public enum TabDrawMode
type TabDrawMode =
Public Enum TabDrawMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | The tabs are drawn by the operating system, and are of the same size. |
OwnerDrawFixed | 1 | The tabs are drawn by the parent window, and are of the same size. |
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.