Vcl.CategoryButtons.TCategoryButtons.OnBeforeDrawButton

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnBeforeDrawButton: TCatButtonDrawEvent read FOnBeforeDrawButton write FOnBeforeDrawButton;

C++

__property TCatButtonDrawEvent OnBeforeDrawButton = {read=FOnBeforeDrawButton, write=FOnBeforeDrawButton};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons


説明

カテゴリ ボタンが描画される前に発生します。

OnBeforeDrawButton イベントは、TCategoryButtons コンポーネント上のボタンが描画される前に発生します。

OnBeforeDrawButton は、TCatButtonDrawEvent 型のイベント ハンドラです。

関連項目