RibbonHostedControl.Unmerge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Unmerge(String) | |
Unmerge(ItemCollection, String) |
Unmerge(String)
public void Unmerge (string name = "");
member this.Unmerge : string -> unit
Public Sub Unmerge (Optional name As String = "")
Parameters
- name
- String
Applies to
Unmerge(ItemCollection, String)
public void Unmerge (System.Windows.Controls.ItemCollection mergeRibbonCollection, string name = "");
member this.Unmerge : System.Windows.Controls.ItemCollection * string -> unit
Public Sub Unmerge (mergeRibbonCollection As ItemCollection, Optional name As String = "")
Parameters
- mergeRibbonCollection
- ItemCollection
- name
- String