MonobjcMonobjc Documented Class Library
NSContextHelpModeDidDeactivateNotification Field
NamespacesMonobjc.AppKitNSHelpManagerNSContextHelpModeDidDeactivateNotification

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.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSContextHelpModeDidDeactivateNotification
Public Shared ReadOnly NSContextHelpModeDidDeactivateNotification As NSString
public:
static initonly NSString^ NSContextHelpModeDidDeactivateNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)