Skip to main content
A newer version of this page is available. .

TdxDockingManager.Images Property

Specifies the source of images used by dock controls.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Each dock panel can be associated with an image using its ImageIndex property. When a panel is within a tab container, the associated image is displayed in the corresponding tab. If the auto hide feature is enabled for the panel, the image is displayed within the label corresponding to the panel. Images associated with panels are specified by their indexes within the source image list. This image list is specified by the docking controller’s Images property.

To specify the source of images for dock controls, place a TImageList component onto the form and add the desired images to it. Assign the image list to the docking manager’s Images property.

See Also