Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1MainMenu Class / CanMerge Property

In This Topic
    CanMerge Property
    In This Topic
    Gets or sets the value indicating whether to merge MDI child menu with MDI parent menu.
    Syntax
    'Declaration
     
    
    Public Property CanMerge As Boolean
    public bool CanMerge {get; set;}
    See Also