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


IMdElementDialog.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IMdElementDialog.DoModal Method

Display a modal dialog to edit the properties of the element contained by the given element editor.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal hWndParent As Integer _
) As Boolean
[C#]
public bool DoModal (
    int hWndParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementDialog Interface