[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonDropDownBase

RibbonDropDownBase Class

RibbonDropDownBase is a RibbonItem that can contain other Ribbon items in the drop-down portion. It serves as a base class for RibbonComboBox, RibbonApplicationMenu, RibbonMenu, and RibbonSplitButton.

Implements
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public abstract class RibbonDropDownBase : RibbonIconItem, IComponent, IDisposable

Constructors

Name Description
RibbonDropDownBase()

Creates a new instance of RibbonDropDownBase.

RibbonDropDownBase(Image, Image)

Creates a new instance of RibbonDropDownBase.

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.

Methods

Name Description
OnDropDown(EventArgs)

Raises the DropDown event.

OnDropDownClosed(EventArgs)

Raises the DropDownClosed event.

ShouldSerializeItems()

This member is for internal use only.

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.