This property sets the the color of the tool tip background displayed when the mouse is moved over an image

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

Property Value

ToolTipColor - the color of the tool tip background.

Explanation

The ToolTipColor property sets the the color of the tool tip background displayed when the mouse is moved over an image. Color can be set using color constants (clRed, etc.) or RGB(Red, Green, Blue) values.

The ToolTipColor property is enabled when the ToolTip property is set to values other than vikNone.

For more information about the TColor type, please refer to the Delphi or C++Builder help documentation

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation