Vcl.ComCtrls.TCoolBand.ImageIndex

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

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

プロパティ

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

説明

バンドに表示するイメージを決めます。

TCoolBarImages プロパティには,TCoolBar 内のすべてのバンドの左側に表示可能なビットマップのリストが入っています。リストからビットマップを選択するには,バンドの ImageIndex プロパティに値を代入します。

関連項目