Vcl.ExtCtrls.TEditButton.HotImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotImageIndex: TImageIndex read FHotImageIndex write SetHotImageIndex default -1;

C++

__property System::Uitypes::TImageIndex HotImageIndex = {read=FHotImageIndex, write=SetHotImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TEditButton

Description

Determines which image is displayed when the mouse is over the button.

Set HotImageIndex to associate the button with one of the images in the Images property of the parent buttoned edit control. The selected image will be displayed when the mouse is over the button.

See Also

Code Examples