2021 Members
Changes 4
M

RibbonPanel

Name Return Type Description Inherited From
M AddItem(RibbonItemData) RibbonItem Adds a Ribbon item to the panel.
M AddSeparator() None Adds a new Separator to the panel.
M AddSlideOut() None Adds a slideout to the current panel.
M AddStackedItems(RibbonItemData, RibbonItemData) IList<RibbonItem> Adds two stacked items to the panel.
M AddStackedItems(RibbonItemData, RibbonItemData, RibbonItemData) IList<RibbonItem> Adds three stacked items to the panel.
M Equals(Object) bool Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) .)
M GetHashCode None (Inherited from Object .) Object .
M GetItems() IList<RibbonItem> Gets a copy of the collection of RibbonItems assigned to the RibbonPanel.
M GetType None (Inherited from Object .) Object .
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Enabled bool Gets or sets a value indicating whether the RibbonPanel can respond to user interaction.
P Name string Gets or sets the name of the RibbonPanel.
P Title string Gets or sets the text of the RibbonPanel.
P Visible bool Gets or sets a value indicating whether the RibbonPanel is displayed.