[Visual
Basic] imagekitcontrolname.ToolTipColor
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetToolTipColor()
imagekitcontrolname.SetToolTipColor(long Val)
imagekitcontrolname.SetToolTipColor(long Val)
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.