GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / ItemSize Enumeration


ItemSize Enumeration
Specifies a dropdown item size for the RibbonSplitButton.
Syntax
'Declaration
 
Public Enum ItemSize 
   Inherits System.Enum
 
'Usage
 
Dim instance As ItemSize
Members
MemberDescription
AutoAuto size.
LargeShow as large if the item supports this size.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.WinForms.Ribbon.ItemSize

See Also