ITreeControl.Images

Syntax

Images: IImageList;

Description

The Images property determines the ImageList component, which images are used in the component.

Comments

All ImageList and GlobalImageList components placed on the form are included to the list of available values.

Use the ITreeListColumn.ImageIndex property to set images in column headers. The images for the elements are set in the ITreeListNode.ImageIndex property. The element image can be changed in the OnGetNodeImage event by changing the Result property of the argument of this event.

See also:

ITreeControl