Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class / MergeOrder Property

In This Topic
    MergeOrder Property
    In This Topic
    Gets or sets a value indicating the relative position of the menu item when it is merged with another.
    Syntax
    'Declaration
     
    
    Public Property MergeOrder As Integer
    public int MergeOrder {get; set;}
    See Also