Arbortext IsoView > Programmer's Reference > Properties > ObjectTipState
  
ObjectTipState
Use this property to determine the content of the object tips displayed when an object is 'touched' by the mouse pointer. It returns the content type of the object tip as Long. The default value is 0. (For more information, see Object Tip and Tip Constants - Object Tip.)
Allowed values are:
0
NONE (no object tips are shown)
1
TIP (only object tips will be shown which have been assigned previously by SetObjectTip)
2
ID (the ID of the object will be shown)
3
TIP OR ID (shows a preassigned tip if available or the ID otherwise)
4
NAME (the name of the object will be shown)
5
TIP OR NAME (shows a preassigned tip if available or the name otherwise)
16
HOTSPOTS ONLY (forces that object tips only are displayed on hot spots)
Introduced with Arbortext IsoView 2.0.