The TabStrip and TabControl both support ownerdraw functionality, but only one type, in which you can paint the tabs individually. This enumeration contains the valid values for it's drawMode property.
[Visual Basic] Public Enum TabDrawMode [C#] public enum TabDrawMode [C++] public enum TabDrawMode
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Normal | All the items in the control are painted by the system and are of the same size |
OwnerDrawFixed | The user paints the items in the control manually |
Namespace: System.WinForms
Assembly: System.WinForms.dll