ComponentOne Menus and Toolbars for WinForms
UnmergeCommandLinks(C1CommandLinks,C1CommandLinks,C1CommandLinks) Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandHolder Class > UnmergeCommandLinks Method : UnmergeCommandLinks(C1CommandLinks,C1CommandLinks,C1CommandLinks) Method
Unmerges the two collections of links merged previously by MergeCommandLinks.
Syntax
'Declaration
 
Public Overloads Sub UnmergeCommandLinks( _
   ByVal result As C1CommandLinks, _
   ByVal links1 As C1CommandLinks, _
   ByVal links2 As C1CommandLinks _
) 
public void UnmergeCommandLinks( 
   C1CommandLinks result,
   C1CommandLinks links1,
   C1CommandLinks links2
)

Parameters

result
links1
links2
See Also

Reference

C1CommandHolder Class
C1CommandHolder Members
Overload List