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


IMdElementDialog Interface (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
ArcGIS Developer Help

IMdElementDialog Interface

Provides access to the methods on an element dialog object.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DoModal Display a modal dialog to edit the properties of the element contained by the given element editor.
Read-only property ElementChanged Indicates whether or not the element was modified after calling DoModal().
Read/write property ElementEditor The element editor containing the element being edited/displayed in the dialog.
Method GetDefaultElementEditor Returns the default element editor for the given object.
Method Hide Closes the dialog window if it was previously displayed by calling Show().
Read-only property hWnd The handle of the dialog window.
Read-only property hWndParent The handle of the dialogs parent window.
Read-only property IsVisible Indicates whether or not the dialog is currently being displayed as a result of calling the Show() method.
Method SetButtons Flag indicating whether or not to show the Apply button.
Method Show Displays a modeless dialog to edit the properties of the element contained by the given element editor.
Read/write property Title The title of the dialog window.

Classes that implement IMdElementDialog

Classes Description
MdDefaultElementDialog Default Geoprocessing Element Dialog.