RibbonPanel Members

The RibbonPanel type exposes the following members.

Methods

  NameDescription
Public methodAddItem
Adds a Ribbon item to the panel.
Public methodAddSeparator
Adds a new Separator to the panel.
Public methodAddSlideOut
Adds a slideout to the current panel.
Public methodAddStackedItems(RibbonItemData, RibbonItemData)
Adds two stacked items to the panel.
Public methodAddStackedItems(RibbonItemData, RibbonItemData, RibbonItemData)
Adds three stacked items to the panel.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItems
Gets a copy of the collection of RibbonItems assigned to the RibbonPanel.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether the RibbonPanel can respond to user interaction.
Public propertyName
Gets or sets the name of the RibbonPanel.
Public propertyTitle
Gets or sets the text of the RibbonPanel.
Public propertyVisible
Gets or sets a value indicating whether the RibbonPanel is displayed.

See Also