PDEPanel.ShouldShowHelp Method

Definition

Determines whether the system's default printing help should be shown. Return false if the panel implements its own custom help; return true (or leave unimplemented) to use the default printing help.

[Foundation.Export("shouldShowHelp")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldShowHelp();
[<Foundation.Export("shouldShowHelp")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldShowHelp : unit -> bool
override this.ShouldShowHelp : unit -> bool

Returns

true to show default help; false if custom help is handled by the panel.

Implements

Attributes

Applies to