MonobjcMonobjc Documented Class Library
AlertShowHelpMessage Method (alert)
NamespacesMonobjc.AppKitNSAlert..::..NSAlertDelegateEventDispatcherAlertShowHelpMessage(NSAlert)

Sent to the delegate when the user clicks the alert’s help button. The delegate causes help to be displayed for an alert, directly or indirectly.

Original signature is '- (BOOL)alertShowHelp:(NSAlert *)alert'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool AlertShowHelpMessage(
	NSAlert alert
)
Public Function AlertShowHelpMessage ( _
	alert As NSAlert _
) As Boolean
public:
bool AlertShowHelpMessage(
	NSAlert^ alert
)
Parameters
alert (NSAlert)
MISSING
Return Value
YES when the delegate displayed help directly, NO otherwise. When NO and the alert has a help anchor (setHelpAnchor:), the application’s help manager displays help using the help anchor.
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)