Vcl.CategoryButtons.TCategoryButtons.OnBeforeDrawButton
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 型のイベント ハンドラです。