Share via


NSAlertDelegate.ShowHelp(NSAlert) Method

Definition

[Foundation.Export("alertShowHelp:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShowHelp(AppKit.NSAlert alert);
[<Foundation.Export("alertShowHelp:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowHelp : AppKit.NSAlert -> bool
override this.ShowHelp : AppKit.NSAlert -> bool

Parameters

alert
NSAlert

Returns

Implements

Attributes

Applies to