Displays the context-sensitive help for a given object at or near the point on the screen specified by a given point.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
Parameters
object
Object for which context-sensitive help is sought.
point
Screen location at which to display the help content; it’s usually under the cursor.
Return Value
true
when help content is successfully displayed. false
if help content is not displayed (for example, when there is no context-sensitive help associated with object
).