[]
RibbonDropDownBase is a RibbonItem that can contain other Ribbon items in the drop-down portion.
public abstract class RibbonDropDownBase : RibbonIconItem
Public MustInherit Class RibbonDropDownBase
Inherits RibbonIconItem
Name | Description |
---|---|
RibbonDropDownBase() | Initializes a new instance of the RibbonDropDownBase class. |
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 |
---|---|
DropDown | Occurs when the drop-down portion of this element is shown. |
DropDownClosed | Indicates that the drop-down portion of this element has closed. |