[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase

RibbonDropDownBase Class

RibbonDropDownBase is a RibbonItem that can contain other Ribbon items in the drop-down portion.

Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public abstract class RibbonDropDownBase : RibbonIconItem
Public MustInherit Class RibbonDropDownBase
    Inherits RibbonIconItem

Constructors

Name Description
RibbonDropDownBase()

Initializes a new instance of the RibbonDropDownBase class.

Properties

Name Description
DroppedDown

Gets or sets whether the drop-down portion of this element is visible.

Items

Gets the collection of items in the drop-down portion of this RibbonDropDownBase.

Events

Name Description
DropDown

Occurs when the drop-down portion of this element is shown.

DropDownClosed

Indicates that the drop-down portion of this element has closed.