Vcl.CategoryButtons.TCategoryButtons.OnDrawText

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

Delphi

property OnDrawText: TCatButtonDrawEvent read FOnDrawText write FOnDrawText;

C++

__property TCatButtonDrawEvent OnDrawText = {read=FOnDrawText, write=FOnDrawText};

プロパティ

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


説明

キャプションに再描画が必要なときに発生します。

OnDrawText イベントは、キャプションに再描画が必要なときに発生します。 このアクションにより、デフォルトの描画処理が回避されます。

OnDrawText は、Vcl.CategoryButtons.TCatButtonDrawEvent 型のイベント ハンドラです。

関連項目