RecentFiles.Maximum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the maximum number of files in the list of recently used files. Can be a value from 0 (zero) through 9.
public:
property int Maximum { int get(); void set(int value); };
public int Maximum { get; set; }
Public Property Maximum As Integer