ToolbarFormMergeEventArgs(ToolbarFormControl, ToolbarFormControl) Constructor
Initializes a new instance of the ToolbarFormMergeEventArgs class with specified settings.
Namespace: DevExpress.XtraBars.ToolbarForm
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public ToolbarFormMergeEventArgs(
ToolbarFormControl mergedChild,
ToolbarFormControl mergeOwner
)
Parameters
Name | Type | Description |
---|---|---|
mergedChild | ToolbarFormControl | An object that specifies the child form’s title bar. |
mergeOwner | ToolbarFormControl | An object that specifies the parent form’s title bar. |
See Also