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


In This Topic
    LargeItemDropDownWidth Property (RibbonColorPicker)
    In This Topic
    Gets or sets the width of a drop-down menu with large items if the value is greater than 100.
    Syntax
    'Declaration
     
    
    Public Property LargeItemDropDownWidth As Integer
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As Integer
     
    instance.LargeItemDropDownWidth = value
     
    value = instance.LargeItemDropDownWidth
    public int LargeItemDropDownWidth {get; set;}
    See Also