TdxPrintStyleManager.Images Property
Determines an image list collection associated with TdxPrintStyleManager.
Declaration
property Images: TImageList read; write;
Property Value
Type |
---|
TImageList |
Remarks
If there is an ImageList assigned to the Images property, print styles can acquire its images. The ImageIndex property specifies the appropriate image index for each print style. This image is displayed as an icon for a print style within the “Edit Print Styles“ window at design time or within the “Define Print Styles“ window at runtime.
See Also