ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ConfigurationManager Class / OnShowWebHelp Method

In This Topic
    OnShowWebHelp Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also