Vcl.StdCtrls.TCustomButton.SelectedImageIndex
Delphi
property SelectedImageIndex: TImageIndex read FSelectedImageIndex write SetSelectedImageIndex default -1;
C++
__property System::Uitypes::TImageIndex SelectedImageIndex = {read=FSelectedImageIndex, write=SetSelectedImageIndex, default=-1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomButton |
Description
Image index for the selected button state.
SelectedImageIndex is an image index into the Images property for the selected button state. If the index value is -1, the same image is used as in the normal button state.
This is available only for Windows XP, Vista, Windows 7, or later Windows operating systems.