This document is archived and information here might be outdated. Recommended version. |
Provides access to the methods on an element dialog object.
Name | Description | |
---|---|---|
DoModal | Display a modal dialog to edit the properties of the element contained by the given element editor. | |
ElementChanged | Indicates whether or not the element was modified after calling DoModal(). | |
ElementEditor | The element editor containing the element being edited/displayed in the dialog. | |
GetDefaultElementEditor | Returns the default element editor for the given object. | |
Hide | Closes the dialog window if it was previously displayed by calling Show(). | |
hWnd | The handle of the dialog window. | |
hWndParent | The handle of the dialogs parent window. | |
IsVisible | Indicates whether or not the dialog is currently being displayed as a result of calling the Show() method. | |
SetButtons | Flag indicating whether or not to show the Apply button. | |
Show | Displays a modeless dialog to edit the properties of the element contained by the given element editor. | |
Title | The title of the dialog window. |
Classes | Description |
---|---|
MdDefaultElementDialog | Default Geoprocessing Element Dialog. |