Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / MaxDropDownItems Property

In This Topic
    MaxDropDownItems Property (RibbonFontComboBox)
    In This Topic
    Gets or sets the maximum number of items to display in the drop-down list.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownItems As Integer
    public int MaxDropDownItems {get; set;}
    See Also