Enum | +--TabDrawStylepublic class TabDrawStyle
Enumeration class for tab drawing styles.
Fields
Name | Description |
---|---|
Normal | Indicates that the drawing style is the default, where Windows does all the painting of the controls with its default values. |
OwnerDrawFixed | Indicates that all the drawing is done by the user through a delegate, which is fired whenever an item needs to be painted. |