PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview Namespace / PreviewHistoryOptions Class / MaxVisitedDocumentsMenuSize Property

In This Topic
    MaxVisitedDocumentsMenuSize Property (PreviewHistoryOptions)
    In This Topic
    Gets or sets the maximum number of previously visited documents in file open dropdown menu.
    Syntax
    'Declaration
     
    Public Property MaxVisitedDocumentsMenuSize As Integer
    public int MaxVisitedDocumentsMenuSize {get; set;}
    See Also