The ComboBoxData type exposes the following members.

Constructors

  NameDescription
Public methodComboBoxData
Constructs a new instance of ComboBoxData.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetContextualHelp
Gets the contextual help bound with this control.
(Inherited from RibbonItemData.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetContextualHelp
Sets the contextual help bound with this button data.
(Inherited from RibbonItemData.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyImage
The image shown on the ComboBox.
Public propertyLongDescription
Long description of the command tooltip
(Inherited from RibbonItemData.)
Public propertyName
The name of the item.
(Inherited from RibbonItemData.)
Public propertyToolTip
The description that appears as a ToolTip for the item.
(Inherited from RibbonItemData.)
Public propertyToolTipImage
The image to show as a part of the button extended tooltip
(Inherited from RibbonItemData.)

See Also