Object Model Reference : Classes : R : RecentFiles : Properties : 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 Maximum property returns a read-only value.
The following VBA example displays the maximum number of documents that can be stored in the MRU list of CorelDRAW.
Sub FilesMax() |
MsgBox RecentFiles.Maximum |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.