RibbonMergeEventArgs(RibbonControl, RibbonControl) Constructor
Initializes a new instance of the RibbonMergeEventArgs class with specified settings.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
mergedChild | RibbonControl | A Ribbon control of the child MDI form. |
mergeOwner | RibbonControl | A Ribbon control of the parent MDI form. |
See Also