This is just a simple class for allowing Popup Menus (also known as Context Menus) to display Unicode captions. It also shows how you can use Radio Buttons (also known as Option Buttons) instead of the classic Check Box behavior. Option Buttons are used when you need a single selection from a list of options while Check Boxes are used to select multiple individual items from a list.
PopupMenu Unicode Captions:
![Name: UnicodePopupMenu.png
Views: 16
Size: 8.0 KB]()
PopupMenu Radio Buttons:
![Name: UnicodePopupMenuOptionButton1.png
Views: 16
Size: 5.3 KB]()
![Name: UnicodePopupMenuOptionButton2.png
Views: 16
Size: 5.9 KB]()
Although this sample focuses on PopupMenus, the same concept can be applied to regular window menus.
Here is the demo project: UnicodePopupMenu.zip
PopupMenu Unicode Captions:
PopupMenu Radio Buttons:
Although this sample focuses on PopupMenus, the same concept can be applied to regular window menus.
Here is the demo project: UnicodePopupMenu.zip