PDEPanel.ShouldShowHelp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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