ModulePage.ShowHelp 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.
Indicates whether a Help dialog box is available.
protected:
virtual bool ShowHelp();
protected virtual bool ShowHelp ();
abstract member ShowHelp : unit -> bool
override this.ShowHelp : unit -> bool
Protected Overridable Function ShowHelp () As Boolean
Returns
true
if Help is supported; otherwise, false
. The default is false
.