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


IMdElementDialog.Hide 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.Hide Method
ArcGIS Developer Help

IMdElementDialog.Hide Method

Closes the dialog window if it was previously displayed by calling Show().

[Visual Basic .NET]
Public Sub Hide ( _
)
[C#]
public void Hide (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementDialog Interface