Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating system.
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.
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. |