Contents

contextHelpModeDidDeactivateNotification

Posted when the application exits context-sensitive help mode. This happens when the user clicks the mouse button while the cursor is anywhere on the screen after displaying a context-sensitive help topic.

Declaration

class let contextHelpModeDidDeactivateNotification: NSNotification.Name

Discussion

The notification object is the help manager. This notification does not contain a userInfo dictionary.

See Also

Notifications