GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon 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 Integer
 
'Usage
 
Dim instance As RibbonMenu
Dim value As Integer
 
instance.LargeItemDropDownWidth = value
 
value = instance.LargeItemDropDownWidth
See Also