ArcObjects Library Reference  (GeoprocessingUI)    

IMdElementEditor.ShowHelp Method

Displays the help for the element being edited.

[Visual Basic 6.0]
Sub ShowHelp(
    ByVal parent As OLE_HANDLE _
)
[Visual Basic .NET]
Public Sub ShowHelp ( _
    ByVal parent As Integer _
)
[C#]
public void ShowHelp (
    int parent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface