Vcl.ActnMan.TCustomActionControl.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 TCustomActionControl

説明

アクティブなスタイルがカスタム スタイルかどうかを示します。 Vcl.ActnMan.TCustomActionControl.IsCustomStyleActive は Vcl.Controls.TControl.IsCustomStyleActive を継承しています。以下の内容はすべて Vcl.Controls.TControl.IsCustomStyleActive を参照しています。

アクティブなスタイルがカスタム スタイルかどうかを示します。 IsCustomStyleActive は、アクティブ スタイルがカスタム スタイルの場合には True を返し、システム スタイルの場合には、False を返します。

関連項目