API Documentation
>
CorelDRAW
>
2025-v26
>
Application
>
IVGApplication
Application.Quit method
Closes the application to which it belongs
Syntax:
Sub
Quit
(
)
Remarks:
The
Quit
method closes the current session of CorelDRAW.
Examples:
The following VBA example terminates the current session of CorelDRAW.
Sub QuitApp() Quit End Sub