[]
Represents a combo box element in a RibbonBar control.
public class RibbonComboBox : RibbonDropDownBase
Public Class RibbonComboBox
Inherits RibbonDropDownBase
Name | Description |
---|---|
RibbonComboBox() | Initializes a new instance of the RibbonComboBox class. |
Name | Description |
---|---|
DropDownStyle | Gets or sets a value specifying the style of the RibbonComboBox. |
KeyTip | Gets or sets the KeyTip providing keyboard access to a RibbonComboBox. |
Label | Gets or sets the label used to identify this RibbonComboBox. |
LabelWidth | The width of the text label. Set to -1 to let the label calculate width automatically. |
MaxDropDownItems | Gets or sets the maximum number of items to display in the drop-down list. |
MenuItems | Gets the collection of menu items at the bottom of the drop-down portion of this RibbonComboBox. |
SelectedIndex | Gets or sets index of the selected item in the RibbonComboBox. |
Text | Gets or sets the text in the RibbonComboBox. |
TextAreaWidth | Gets or sets the width of the combobox's text area. |