[]
Merges command links from links1 and links2 into result, using merge rules specified with links, similar to MDI merge.
public void MergeCommandLinks(C1CommandLinks result, C1CommandLinks links1, C1CommandLinks links2)
Public Sub MergeCommandLinks(result As C1CommandLinks, links1 As C1CommandLinks, links2 As C1CommandLinks)
| Type | Name | Description |
|---|---|---|
| C1CommandLinks | result | |
| C1CommandLinks | links1 | |
| C1CommandLinks | links2 |
Merges command links from links1 and links2 into result, using merge rules specified with links, similar to MDI merge.
public static void MergeCommandLinks(C1CommandLinks result, C1CommandLinks links1, C1CommandLinks links2, bool restore)
Public Shared Sub MergeCommandLinks(result As C1CommandLinks, links1 As C1CommandLinks, links2 As C1CommandLinks, restore As Boolean)
| Type | Name | Description |
|---|---|---|
| C1CommandLinks | result | |
| C1CommandLinks | links1 | |
| C1CommandLinks | links2 | |
| bool | restore |