Vcl.Controls.TCustomHintWindow.NewStylePainting
Delphi
function NewStylePainting: Boolean;
C++
bool __fastcall NewStylePainting(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomHintWindow |
説明
アプリケーションがテーマをサポートしている場合は True を、そうでない場合は False を、それぞれ返します。
現在のオペレーティング システムが Windows XP で、このアプリケーションに対してテーマが有効になっている場合、NewStylePainting は True を返し、そうでない場合は False を返します。