Posted 18 years ago
by Bill Jacquot
Is there an event I can catch just before a tooltip gets displayed to dynamically generate the tooltip text? We generate tooltip text dynamically for our undo/redo toolbar buttons. The tooltip text tells you what will get undone (or redone). I guess I could rely on the auto update delay setting to continously update the tooltip text but it seems much cleaner to just do this right before the tooltip gets displayed.