Previous Document Next Document
RecentFiles.Maximum

Property Maximum As Long

Member of RecentFiles

The Maximum property returns the number of items that can be stored in the Most Recently Used (MRU) list of CorelDRAW. The current maximum is four.

The Maximum property returns a read-only value.

The following code example displays the maximum number of documents that can be stored in the MRU list of CorelDRAW:

Sub FilesMax() 
 MsgBox RecentFiles.Maximum 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.