IModulePage.ShowHelp Method

Definition

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.

Applies to

See also