This property sets the the color of the tool tip background displayed when the mouse is moved over an image
[Visual Basic]   imagekitcontrolname.ToolTipColor [= OLE_COLOR ]
[Visual C++]     [unsigned long = ]imagekitcontrolname.GetToolTipColor()
                 imagekitcontrolname.SetToolTipColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.ToolTipColor [= Color ]
[C#.NET]   imagekitcontrolname.ToolTipColor [= Color ]

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 RGB(Red, Green, Blue) or the equivalent value.

Ex.
     ToolTipColor = RGB(255, 0, 0)

     Or

     ToolTipColor = &H000000FF& (VisualBasic)

The ToolTipColor property is enabled when the ToolTip property is 1 or more.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation