2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
SuperAccelerator for RibbonPanelMergeContainerYou can specify the SuperAccelerator for RibbonPanelMergeContainer by using the function named “SetAccelerator” in SuperAccelerator. C# //Attach the MDI parent to TabbedMDIManager tabbedGroupedMDIManager1.AttachToMdiContainer(this); ChildForm child = new ChildForm(); //To specify the MDI Form child.MdiParent = this; child.Show(); child.Activate(); // To ensure if RibbonPanelMergeContainer is added to RibbonControlAdv if (this.ribbonControlAdv1.Header.MainItems.Count > 2) { // To Set SuperAccelerator for RibbonPanelMergeContainer in Child Form this.superAccelerator1.SetAccelerator(this.ribbonControlAdv1.Header.MainItems[2], "E"); } // To Set SuperAccelerator for ToolStripItems in Child Form this.superAccelerator1.SetAccelerator(child.toolStripButton1, "F"); this.superAccelerator1.SetAccelerator(child.toolStripButton2, "G"); VB 'Attach the MDI parent to TabbedMDIManager tabbedGroupedMDIManager1.AttachToMdiContainer(Me) Dim child As New ChildForm() 'To specify the MDI Form child.MdiParent = Me child.Show() child.Activate() ' To ensure if RibbonPanelMergeContainer is added to RibbonControlAdv If Me.ribbonControlAdv1.Header.MainItems.Count > 2 Then ' To Set SuperAccelerator for RibbonPanelMergeContainer in Child Form Me.superAccelerator1.SetAccelerator(Me.ribbonControlAdv1.Header.MainItems(2), "E") End If ' To Set SuperAccelerator for ToolStripItems in Child Form Me.superAccelerator1.SetAccelerator(child.toolStripButton1, "F") Me.superAccelerator1.SetAccelerator(child.toolStripButton2, "G")
Figure 1. Before specifying the SuperAccelerator for RibbonMergeContainer. Figure 2. After specifying the SuperAccelerator for RibbonMergeContainer. Samples: C#: Ribbon_SuperAccelerator_C# VB: Ribbon_SuperAccelerator_VB Reference links: 1. https://help.syncfusion.com/windowsforms/ribbon/ribbon-merge-support 2. https://help.syncfusion.com/windowsforms/ribbon/keyboard-support |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.