Posts Tagged ‘Context Menu’

How to create ContextMenu and MenuItem in WPF and XAML

WPF ContextMenu and MenuItem Control: It explains how to create ContextMenu and MenuItem at design time and run time, their properties such as adding image and event handling   ContextMenu is attached to a control and displayed at the right mouse click. ContextMenu contains a list of MenuItem, which represent the command or option on which user initiate an action or command. In this article I would discus how ... Full story

Copyright © 2010 Way2solve. All rights reserved.