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