TabDrawStyle Class

TabDrawStyle Class

This Package | All Packages

Enum
  |
  +--TabDrawStyle
public class TabDrawStyle
extends Enum

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.

Fields

TabDrawStyle.Normal

Syntax
public static final int Normal;
Description
Indicates that the drawing style is the default, where Windows does all the painting of the controls with its default values.

TabDrawStyle.OwnerDrawFixed

Syntax
public static final int OwnerDrawFixed;
Description
Indicates that all the drawing is done by the user through a delegate, which is fired whenever an item needs to be painted.