ModulePage.ShowOnlineHelp 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.
Returns a value indicating whether online Help is available.
protected public:
virtual bool ShowOnlineHelp();
protected internal virtual bool ShowOnlineHelp ();
abstract member ShowOnlineHelp : unit -> bool
override this.ShowOnlineHelp : unit -> bool
Protected Friend Overridable Function ShowOnlineHelp () As Boolean
Returns
true
if online Help is supported; otherwise, false
. The default is false
.