Vcl.Themes.TStyleManager.IsCustomStyleActive

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

Delphi

class property IsCustomStyleActive: Boolean read GetIsCustomStyleActive;

C++

/* static */ __property bool IsCustomStyleActive = {read=GetIsCustomStyleActive, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleManager


説明

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

関連項目