TCnButtonBase.Image Property

Gets or sets the image that is displayed on a button control.

Namespace: CNClrLib.Control.ButtonBase
published
 property Image: TClrImage read GetImage write SetImage stored IsImageStored;

Property Value

Type: TClrImage

 

When the Image property is set, the ImageList property will be set to nil, and the ImageIndex property will be set to its default, -1.

Note

If the FlatStyle property is set to System, any images assigned to the Image property are not displayed.