Sunday, January 19, 2014

ContextMenu Example in WPF

Menu
A Menu is normally we see at the top of the window.Each of them in those menus are MenuItems.
ContextMenu
It is similar to Menu that pops ups when we right click on something.It is contexted to what is clicked.
Example of ContextMenu

ContextMenuExample1.xaml














UI Display:
After right click on RichTextBox,we can see the Context Menu.

No comments:

Copyright © Codingnodes,2014.All Rights Reserved.