Vcl.ComCtrls.TCustomDrawStage

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

Delphi

TCustomDrawStage = (cdPrePaint, cdPostPaint, cdPreErase, cdPostErase);

C++

enum DECLSPEC_DENUM TCustomDrawStage : unsigned char { cdPrePaint, cdPostPaint, cdPreErase, cdPostErase };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

TCustomDrawStage は,カスタム描画処理のステージを指定します。

TCustomDrawStage 型を使用すると,高度なカスタム描画イベントが発生するときを判別できます。



意味

cdPrePaint

描画の前

cdPostPaint

描画の後

cdPreErase

消去の前

cdPostErase

消去の後