This property sets the color for the background of the ImageKit Control

[C++Builder]   imagekitcontrolname->Edit->BackColor [ = TColor ]
[Delphi]   imagekitcontrolname.Edit.BackColor [ = TColor ]

Property Value

BackColor is the ImageKit Control's background color.

Explanation

The BackColor property sets the color for the background of the ImageKit Control. To set color, please use color constants (clRed, etc.) or the appropriate RGB(Red, Green, Blue) value. For details about the TColor type, please refer to the Delphi or C++Builder help documentation.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation