Vcl.ActnMan.TActionClient.Background

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

Delphi

property Background: TPicture read GetBackground write SetBackground

C++

__property Vcl::Graphics::TPicture* Background = {read=GetBackground, write=SetBackground, stored=IsBackgroundStored};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClient

説明

アクションクライアントのアクションバンドで描画するイメージを指定します。

Background プロパティを使用すると,アクションクライアントオブジェクト自身のアクションバンドで描画するイメージを指定できます。

関連項目