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