Previous Document Next Document

Object Model Reference : Classes : A : Application : Methods : Application.Quit


Application.Quit

Sub Quit()

Description

Member of Application

The Quit method closes the current session of CorelDRAW.

VBA example

The following VBA example terminates the current session of CorelDRAW.

Sub QuitApp()
 Quit
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.