Vcl.ComCtrls.TCustomTabControl.OwnerDraw

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OwnerDraw: Boolean read FOwnerDraw write SetOwnerDraw default False;

C++

__property bool OwnerDraw = {read=FOwnerDraw, write=SetOwnerDraw, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

Spécifie si le contrôle onglet gère son propre dessin.

attribuez à OwnerDraw la valeur true pour redéfinir tout comportement de dessin par défaut.

Voir aussi