RibbonItem Members

The RibbonItem type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Public methodGetContextualHelp
Gets the contextual help bound with this control.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetContextualHelp
Sets the contextual help bound with this button.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether the item is enabled.
Public propertyItemText
Gets or sets the text displayed on the item.
Public propertyItemType
Gets the item type.
Public propertyLongDescription
Long description of the command tooltip
Public propertyName
The name of the item.
Public propertyToolTip
The description that appears as a ToolTip for the item.
Public propertyToolTipImage
The image to show as a part of the button extended tooltip
Public propertyVisible
Gets or sets a value indicating whether the item is visible.

See Also