May 2010
Intermediate to advanced
1272 pages
61h 18m
English
MenuWPF still enables creating user interfaces based on menus via the Menu control. You nest inside the Menu control many MenuItem objects and as many commands as you need; you can also nest MenuItem objects into other MenuItem to create submenus. Menus in WPF are highly customizable, because you can specify background and foreground colors, add images and other visual elements, and set different fonts for specific menu items. The following example shows how to accomplish this:


There are a lot of properties that you can set within menus. Table ...
Read now
Unlock full access