Arbortext IsoView > Programmer's Reference > Object Tip > Iso3SetObjectTipStyle
  
Iso3SetObjectTipStyle
Sets the style of the object tips.
Introduced with Arbortext IsoView 3.0.
Syntax
Iso3SetObjectTipStyleFontSizeStyleAlignmentDelayShowTime
Parameters:
Font
Defines the Display name of the font as BSTR.
Size
Defines the Size of the text (in points) as short.
Style
Defines the Style of the text as short. Allowed values are:
0
NORMAL
1
BOLD
2
ITALIC
3
BOLDITALIC
* 
Add 256 if you want Arbortext IsoView to keep the tip window outside the object's area.
Alignment
Defines the alignment of the text as short. Allowed values are:
0
LEFT
1
CENTER
2
RIGHT
Delay
Defines the delay as the number of 0.1-second intervals that elapse before a tip comes up as short.
ShowTime
Defines the time as the number of 0.1-second intervals that elapse before a tip disappears automatically as short.
document.ivx1.Iso3SetObjectTipStyle("Arial",12,0,0,5,10);