Previous Document Next Document
Application.VersionMinor

Property VersionMinor As Long

Member of Application

The VersionMinor property returns version information about CorelDRAW. The VersionMinor property is set to 0 (zero) for a mainstream application.

The VersionMinor property returns a read-only value.

The following code example checks the current version of CorelDRAW to ensure that the version number is at least 11.200.

Sub MajorVersion() 
 If VersionMajor = 11 And VersionBuild < 200 Then 
  MsgBox "This script required that CorelDRAW version 11.200 or later 
be installed." 
 End If 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.