| Article | 60001992 |
| Type | Wish |
| Product | Engine |
| Date Added | 7/8/2013 12:00:00 AM |
| Fixed | (7/8/2013 12:00:00 AM) |
| Submitted by | Visarion Giorspiros |
Summary
A method to show or hide a tooltip
Solution
In version 6026 a new method ShowToolTip added in vdDocument object.
Method ShowToolTip(bool bShow) : Shows/Hide the the tooltip from the screen.
Where bShow is a boolean: True to show , False to hide tooltip.
This method applies to vdDocument's and vdFigure's tooltip.
