GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonMenu Class / MaxDropDownItems Property


In This Topic
MaxDropDownItems Property (RibbonMenu)
In This Topic
Gets or sets the maximum number of items to display in the drop-down list.
Syntax
'Declaration
 
Public Property MaxDropDownItems As Integer
 
'Usage
 
Dim instance As RibbonMenu
Dim value As Integer
 
instance.MaxDropDownItems = value
 
value = instance.MaxDropDownItems
See Also