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