Important: The information in this document is obsolete and should not be used for new development.
Determining Balloon Help Status
The user turns on Balloon Help assistance by choosing Show Balloons from the
Help menu. To determine whether help is currently enabled, you can use
theHMGetBalloons
function. If you display your own help balloons using theHMShowBalloon
function, you should use theHMGetBalloons
function to determine whether help is enabled before displaying a help balloon. If help is not enabled, you cannot display any help balloons. You can use theHMIsBalloon
function to determine whether a help balloon is currently displayed on the screen.
Subtopics
- HMGetBalloons
- HMIsBalloon