Vcl.ActnMan.TCustomActionBar.IsCustomStyleActive

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

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 を返します。

関連項目