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


IMdElementDialog.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementDialog Interface > IMdElementDialog.Show Method
ArcGIS Developer Help

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