Skip to main content

TcxCustomTabControlProperties.OwnerDraw Property

Specifies whether the tab control uses default tab drawing.

Declaration

property OwnerDraw: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Tab controls provide default tab drawing according to the Style property value. Default tab drawing is used only when the OwnerDraw property value is False.

Set the OwnerDraw property to True to provide your own tab drawing. You must write an OnDrawTab and/or OnDrawTabEx event handler for this purpose.

The default value of the OwnerDraw property is False.

See Also