ArcObjects Library Reference (GeoprocessingUI)  

IMdElementDialog.Show Method

Displays a modeless dialog to edit the properties of the element contained by the given element editor.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal hWndParent As Integer _
)
[C#]
public void Show (
    int hWndParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementDialog Interface