IModulePage.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 for a module page.
public:
bool ShowHelp();
public bool ShowHelp ();
abstract member ShowHelp : unit -> bool
Public Function ShowHelp () As Boolean
Returns
true
if Help is supported; otherwise, false
. The default is false
.
Remarks
Implementers should use this value to determine whether a Help dialog box is available for the IModulePage interface.