Vcl.ExtCtrls.TEditButton.PressedImageIndex

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

Delphi

property PressedImageIndex: TImageIndex read FPressedImageIndex write SetPressedImageIndex default -1;

C++

__property System::Uitypes::TImageIndex PressedImageIndex = {read=FPressedImageIndex, write=SetPressedImageIndex, default=-1};

プロパティ

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

説明

ボタンが押されたときに表示する画像を指定します。

親のボタン付き編集コントロールの Images プロパティ内の画像の 1 つとボタンを関連付けるには、PressedImageIndex を設定します。選択した画像は、ボタンが押されると表示されます。

関連項目