The RibbonPanel type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddItem |
Adds a Ribbon item to the panel.
|
|
AddSeparator |
Adds a new Separator to the panel.
|
|
AddSlideOut |
Adds a slideout to the current panel.
|
|
AddStackedItems(RibbonItemData, RibbonItemData) |
Adds two stacked items to the panel.
|
|
AddStackedItems(RibbonItemData, RibbonItemData, RibbonItemData) |
Adds three stacked items to the panel.
|
|
Equals | (Overrides Object Equals(Object) .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from
Object
.)
|
|
GetItems |
Gets a copy of the collection of RibbonItems assigned to the RibbonPanel.
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Properties
Name | Description | |
---|---|---|
Enabled |
Gets or sets a value indicating whether the RibbonPanel can respond to user interaction.
|
|
Name |
Gets or sets the name of the RibbonPanel.
|
|
Title |
Gets or sets the text of the RibbonPanel.
|
|
Visible |
Gets or sets a value indicating whether the RibbonPanel is displayed.
|