Skip to main content

TdxCustomDockControl.Images Property

Returns the image list that provides images for dock controls.

Declaration

property Images: TCustomImageList read;

Property Value

Type
TCustomImageList

Remarks

Each dock control can be associated with an image using the ImageIndex property. This property specifies the image by its index within the source image list. If there is a docking manager component on the form, the source image list can be specified using its Images property. Otherwise, you should use the Images property of the docking controller to set the image list. Actually, the specified image list is stored in the Images property of the docking controller in any case. The docking manager simply provides design-time access to it.

The Images property of a dock control simply provides access to the Images property of the docking controller.

See Also