Vcl.Controls.TCustomHintWindow.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read FImageIndex;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

Index into image list pointed to by parent TCustomHint.

ImageIndex is the index into the image list pointed to by the parent TCustomHint. For the default balloon hint, this image is painted to the left of both the title and description.

See Also