Create Shortcuts for Kettic Controls with Buttons in C#.NET
The KetticShortcuts for Windows Forms utilizes a few interfaces and C# classes to control the shortcuts mechanism, by which developers can easily build intuitive shortcuts for their applications. There is a Key board filter C# class used to receive all information from the key board to queue and delegate them to register the keyboard, a shortcuts manager used to stores the keyboard filter instance, the shortcuts provider instances, and recognize a valid shortcut combination, a item shortcuts used to raise the item click event to associate the shortcuts with shortcuts provider interface.
C# Adding Shortcuts to KetticButtons for Windows Forms
KetticShortcuts control for WinForms allows the interface designers to add shortcuts at KetticItem level. In other word, we should add the shortcut to the main element of a KetticControl and it is impossible to assign a shortcut to a KetticControl directly. The following C# code demonstrate how to create shortcuts to a KetticControl at the Item level.
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlShortcuts - Menu ItemsShortcuts - ButtonsWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |