WPF Context Menus Control

Create context menus for your Windows® Presentation Foundation (WPF) 4 applications using the new xamContextMenu™ control, based on the same familiar object model as xamMenu™. Within your context menu you can display lists of menu items for specific commands and tasks that pertain to the region of your application in which the user caused the context menu to pop-up. xamContextMenu can be triggered by a left mouse click, right mouse click, or through the WPF Commanding Framework, while giving you complete control over its placement, positioning and appearance.

 

Key Features at a Glance

  • Cascading Menus – xamContextMenu can show cascading menus that are declared at design-time, programmed dynamically or the result of binding to hierarchical data
  • Configurable Trigger – xamContextMenu springs into action at your choice of a left mouse click, a right mouse click, or a command routed by the Infragistics Commanding Framework
  • Custom Placement – xamContextMenu can be set to pop-up at a specified location, along any edge, or with a given offset
  • Checkboxes – xamContextMenu lets you add checkboxes to menu items so users can toggle menu items on/off
  • Icons – xamContextMenu items can be accompanied by an illustrative icon that represents its purpose