Vcl.CategoryButtons.TCategoryButtons.OnAfterDrawButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterDrawButton: TCatButtonDrawEvent read FOnAfterDrawButton write FOnAfterDrawButton;

C++

__property TCatButtonDrawEvent OnAfterDrawButton = {read=FOnAfterDrawButton, write=FOnAfterDrawButton};

Properties

Type Visibility Source Unit Parent
event published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Fired after a category button is drawn.

The OnAfterDrawButton event is fired after a button on the TCategoryButtons component is drawn.

OnAfterDrawButton is an event handler of type Vcl.CategoryButtons.TCatButtonDrawEvent.

See Also