Skip to main content

ToolbarFormControl.MergeToolbar(ToolbarFormControl) Method

Merges the child ToolbarFormControl into the current ToolbarFormControl.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v24.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