ArcGIS Pro 2.9 API Reference Guide
OnShowWebHelp Method

ArcGIS.Desktop.Framework.Contracts Namespace > ConfigurationManager Class : OnShowWebHelp Method
Called when web help is requested.
Syntax
protected internal virtual bool OnShowWebHelp( 
   string helpContextID
)
Protected Friend Overridable Function OnShowWebHelp( _
   ByVal helpContextID As String _
) As Boolean

Parameters

helpContextID

Return Value

Returning false signals the action was not handled and the application should process it.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ConfigurationManager Class
ConfigurationManager Members