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


In This Topic
    PreferredItemSize Property (RibbonColorPicker)
    In This Topic
    Gets or sets a value specifies the size of the drop down items.
    Syntax
    'Declaration
     
    
    Public Property PreferredItemSize As ItemSize
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As ItemSize
     
    instance.PreferredItemSize = value
     
    value = instance.PreferredItemSize
    public ItemSize PreferredItemSize {get; set;}
    See Also