Vcl.Themes.TCustomStyleServices.Theme

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

Delphi

property Theme[Element: TThemedElement]: THandle read GetTheme;

C++

__property NativeUInt Theme[TThemedElement Element] = {read=GetTheme};

プロパティ

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


説明

指定された要素に関連付けられているハンドルを表します。

Theme を使用すると、各ユーザー インターフェイス要素に対する、Windows ハンドルを取得することができます。

関連項目