Vcl.ComCtrls.TCustomStatusBar.OnDrawPanel

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDrawPanel: TCustomDrawPanelEvent read FOnDrawPanel write FOnDrawPanel;

C++

__property TCustomDrawPanelEvent OnDrawPanel = {read=FOnDrawPanel, write=FOnDrawPanel};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Se produit quand un volet de la barre d'état doit être redessiné.

L'événement OnDrawPanel se produit quand un volet de la barre d'état a besoin d'être redessiné, par exemple quand la barre d'état est redimensionnée. OnDrawPanel ne se produit que si la propriété Style du volet d'état a la valeur psOwnerDraw.

OnDrawPanel est un gestionnaire d'événements du type Vcl.ComCtrls.TCustomDrawPanelEvent.

Voir aussi