This document is archived and information here might be outdated.  Recommended version.


IArcToolbox.ShowToolHelp Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcToolbox.ShowToolHelp Method

Opens the help panel for the given geoprocessing tool.

[Visual Basic .NET]
Public Sub ShowToolHelp ( _
    ByVal parent As Integer, _
    ByVal tool As IGPTool _
)
[C#]
public void ShowToolHelp (
    int parent,
    IGPTool tool
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface