Telerik RadMenuStrip enables you to integrate attractive and flexible menus on forms within your Windows applications. The RadMenuStrip provides advanced capabilities for your applications, including full support for the Telerik Presentation Framework (TPF) and the ability to nest any other RadControls within the RadMenuStrip.

Benefits

This example demonstrates the power of RadMenuStrip as well as its visual appearance . It can be customized through themes at design-time, or run-time. You can use the Visual Style Builder to create themes of your choice.

In this example RadMenuStrip is assigned shortcuts that are managed by the Shortcuts component - the base of the whole shortcuts system implemented for the descendents of RadControl and RadItem. The component serializes InputBinding objects as a collection. Every InputBinding object binds keyboard shortcut used for activation, a valid Command instance, and a command context which is the object that will be the target of the command's execution. Commands are implementations of the Command pattern - objects that are capable of certain actions on a specific type of objects, encapsulating the knowledge how to perform the requested action.