Skip to main content
All docs
V25.1
  • ToolbarFormControl.MergeToolbar(ToolbarFormControl) Method

    Merges the child ToolbarFormControl into the current ToolbarFormControl.

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual void MergeToolbar(
        ToolbarFormControl toolbarFormControl
    )

    Parameters

    Name Type Description
    toolbarFormControl ToolbarFormControl

    A child ToolbarFormControl whose items should be merged into this ToolbarFormControl.

    Remarks

    Read the following topic for more information: MDI Merging.

    See Also