[]
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.
public abstract class RibbonDropDownBase : RibbonIconItem, IComponent, IDisposable
Name | Description |
---|---|
RibbonDropDownBase() | Creates a new instance of RibbonDropDownBase. |
RibbonDropDownBase(Image, Image) | Creates a new instance of RibbonDropDownBase. |
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. |
Name | Description |
---|---|
OnDropDown(EventArgs) | Raises the DropDown event. |
OnDropDownClosed(EventArgs) | Raises the DropDownClosed event. |
ShouldSerializeItems() | This member is for internal use only. |
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. |