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


ICustomizeDialog.CloseDialog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.CloseDialog Method
ArcGIS Developer Help

ICustomizeDialog.CloseDialog Method

Closes the customize dialog.

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

Product Availability

Available with ArcGIS Engine.

Description

Closes the CustomizeDialog if it is active on the screen and fires the ICustomizeDialogEvents::OnCloseDialog event.

See Also

ICustomizeDialog Interface

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls Allow run time customization of the ToolbarControl