Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / MaxDropDownItems Property


In This Topic
    MaxDropDownItems Property (RibbonColorPicker)
    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
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As Integer
     
    instance.MaxDropDownItems = value
     
    value = instance.MaxDropDownItems
    public int MaxDropDownItems {get; set;}
    See Also