Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonApplicationMenu Class / DropDownWidth Property


In This Topic
    DropDownWidth Property
    In This Topic
    Gets or sets the width of the application menu.
    Syntax
    'Declaration
     
    
    Public Property DropDownWidth As Integer
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim value As Integer
     
    instance.DropDownWidth = value
     
    value = instance.DropDownWidth
    public int DropDownWidth {get; set;}
    See Also