This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.CloseDialog Method (ArcObjects .NET 10.5 SDK) |
Closes the customize dialog.
[Visual Basic .NET]
Public Sub CloseDialog ( _
)
[C#] public void CloseDialog ( );
[C++]
HRESULT CloseDialog(
void
);
Closes the CustomizeDialog if it is active on the screen and fires the ICustomizeDialogEvents::OnCloseDialog event.