Vcl.ActnMan.TCustomActionBar.OnPaint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;

C++

__property System::Classes::TNotifyEvent OnPaint = {read=FOnPaint, write=FOnPaint};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Survient lorsqu'une bande d'action est dessinée.

Ecrivez un gestionnaire d'événements OnPaint pour modifier la manière dont la bande d'action se restitue.

OnPaint est un gestionnaire d'événements du type TNotifyEvent.

Voir aussi