This document is archived and information here might be outdated. Recommended version. |
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.