Vcl.StdCtrls.TButton.PressedImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PressedImageIndex;

C++

__property PressedImageIndex = {default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Image index for the pressed button state.

Vcl.StdCtrls.TButton.PressedImageIndex inherits from Vcl.StdCtrls.TCustomButton.PressedImageIndex. All content below this line refers to Vcl.StdCtrls.TCustomButton.PressedImageIndex.

Image index for the pressed button state.

PressedImageIndex is an image index into the Images property for the pressed 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.

See Also