ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonMenu Class / LargeItemDropDownWidth Property

In This Topic
    LargeItemDropDownWidth Property (RibbonMenu)
    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 System.Integer
    public System.int LargeItemDropDownWidth {get; set;}
    Remarks
    Small items are displayed in the drop-down menu if this value is less than 100. Large buttons and menus show the Description text. The value of this property is ignored for elements of the application menu.
    See Also