Contents

contextHelpModeDidActivateNotification

Posted when the application enters context-sensitive help mode. This typically happens when the user holds down the Help key.

Declaration

class let contextHelpModeDidActivateNotification: NSNotification.Name

Discussion

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

See Also

Notifications