ArcObjects Library Reference (Controls)  

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 (Code Files: MapViewer) | Allow run time customization of the ToolbarControl (Code Files: Customization)