Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSplitButton Class / PreferredItemSize Property

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