Font property (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

Graphics::TFont Font

Delphi Syntax

Font : TFont

Overview

Refer to Using the Image List Control.

Remarks

(Published property) Specifies the Font object for displaying each item's Text attribute when DisplayItemText is set to True.

In Delphi and C++ Builder, you can set the Font object's properties at design time by double-clicking the ImageList Control's Font property in the Object Inspector window. At run time, you set these properties as in the following example: LEADImgList1.Font.Name := ‘Arial’.

See Also

Elements:

ForeColor property, ItemBackgroundColor property, BackColor property, BorderColor property, DisplayItemText property.

Topics:

Raster Images: Displaying Images