Vcl.Controls.TControl.IsCustomStyleActive
Delphi
function IsCustomStyleActive: Boolean; virtual;
C++
virtual bool __fastcall IsCustomStyleActive();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
説明
アクティブなスタイルがカスタム スタイルかどうかを示します。 IsCustomStyleActive は、アクティブ スタイルがカスタム スタイルの場合には True
を返し、システム スタイルの場合には、False
を返します。