Click or drag to resize

RibbonDropDown Fields

The RibbonDropDown type exposes the following members.

Fields
  NameDescription
Public fieldEnabled
Specifies whether the control is enabled.
Public fieldInitialItem
Specifies the initially selected item.
Public fieldInitialText
Specifies the display text for the drop-down list (if no initial item is defined).
Public fieldLabel
Specifies a label for the drop-down list.
Public fieldMenuProvider
Specifies a menu provider that is used to create the drop-down list. If not specified, the menu is created using the MenuToXml(XmlTextWriter) method.
(Inherited from BaseRibbonDropDown.)
Public fieldSequence
An integer that specifies the order of placement among sibling XML nodes
(Inherited from RibbonElement.)
Public fieldTemplateAlias
The template alias.
Public fieldVisible
Specifies whether the element is visible.
(Inherited from RibbonElement.)
Public fieldWidth
The width of the ribbon drop down.
Top
See Also