Vcl.ComCtrls.TTabControl.OwnerDraw

From RAD Studio API Documentation

Delphi

property OwnerDraw: Boolean read FOwnerDraw write SetOwnerDraw default 0;

C++

__property OwnerDraw = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabControl

Description

Specifies whether the tab control handles its own painting. {{#multireplace:Vcl.ComCtrls.TTabControl.OwnerDraw|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomTabControl.OwnerDraw|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomTabControl.OwnerDraw|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies whether the tab control handles its own painting.

Set OwnerDraw to true to override any default painting behavior.

See Also