Vcl.Themes.TStyleManager.Enabled

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

Delphi

class property Enabled: Boolean read GetEnabled;

C++

/* static */ __property bool Enabled = {read=GetEnabled, nodefault};

プロパティ

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


説明

スタイル エンジンを有効にするかどうかを指定します。Enabled は、スタイル エンジンがアクティブの場合には True を、そうでない場合には False を返します。

関連項目