次の方法で共有


RibbonHostedControl.Merge Method

Definition

Overloads

Merge(Ribbon)
Merge(ItemCollection, ItemCollection, String)
Merge(ItemCollection, UIElementCollection, String)

Merge(Ribbon)

public:
 virtual void Merge(Microsoft::Windows::Controls::Ribbon::Ribbon ^ mainRibbon);
public virtual void Merge (Microsoft.Windows.Controls.Ribbon.Ribbon mainRibbon);
abstract member Merge : Microsoft.Windows.Controls.Ribbon.Ribbon -> unit
override this.Merge : Microsoft.Windows.Controls.Ribbon.Ribbon -> unit
Public Overridable Sub Merge (mainRibbon As Ribbon)

Parameters

mainRibbon
Ribbon

Applies to

Merge(ItemCollection, ItemCollection, String)

public Microsoft.Windows.Controls.Ribbon.RibbonTab Merge (System.Windows.Controls.ItemCollection mainRibbonCollection, System.Windows.Controls.ItemCollection mergeRibbonCollection, string name = "");
member this.Merge : System.Windows.Controls.ItemCollection * System.Windows.Controls.ItemCollection * string -> Microsoft.Windows.Controls.Ribbon.RibbonTab
Public Function Merge (mainRibbonCollection As ItemCollection, mergeRibbonCollection As ItemCollection, Optional name As String = "") As RibbonTab

Parameters

mainRibbonCollection
ItemCollection
mergeRibbonCollection
ItemCollection
name
String

Returns

Returns RibbonTab.

Applies to

Merge(ItemCollection, UIElementCollection, String)

public Microsoft.Windows.Controls.Ribbon.RibbonTab Merge (System.Windows.Controls.ItemCollection mainRibbonCollection, System.Windows.Controls.UIElementCollection mergeRibbonCollection, string name = "");
member this.Merge : System.Windows.Controls.ItemCollection * System.Windows.Controls.UIElementCollection * string -> Microsoft.Windows.Controls.Ribbon.RibbonTab
Public Function Merge (mainRibbonCollection As ItemCollection, mergeRibbonCollection As UIElementCollection, Optional name As String = "") As RibbonTab

Parameters

mainRibbonCollection
ItemCollection
mergeRibbonCollection
UIElementCollection
name
String

Returns

Returns RibbonTab.

Applies to