Arbortext IsoView > Programmer's Reference > Object Tip > GetObjectTipColor
  
GetObjectTipColor
This method retrieves the color used for the background or the text of object tips. It returns the RGB color as 32 bit unsigned integer.
Introduced with Arbortext IsoView 2.0.
Syntax
GetObjectTipColorGetBackCol
Parameters:
GetBackCol
Defines which color is retrieved as BOOL. If true, the background color is retrieved; if false, the text color.
colTip =
document.ivx1.GetObjectTipColor(true);