Previous Document Next Document

Object Model Reference : Classes : R : RecentFiles : Properties : RecentFiles.Maximum


RecentFiles.Maximum

Property Maximum As Long

Description

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.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.