ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1CommandHolder Class / MergeCommandLinks Method / MergeCommandLinks(C1CommandLinks,C1CommandLinks,C1CommandLinks,Boolean) Method

In This Topic
    MergeCommandLinks(C1CommandLinks,C1CommandLinks,C1CommandLinks,Boolean) Method
    In This Topic
    Merges command links from links1 and links2 into result, using merge rules specified with links, similar to MDI merge.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub MergeCommandLinks( _
       ByVal result As C1CommandLinks, _
       ByVal links1 As C1CommandLinks, _
       ByVal links2 As C1CommandLinks, _
       ByVal restore As System.Boolean _
    ) 
    public static void MergeCommandLinks( 
       C1CommandLinks result,
       C1CommandLinks links1,
       C1CommandLinks links2,
       System.bool restore
    )

    Parameters

    result
    links1
    links2
    restore
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also