Click here to Skip to main content
15,881,381 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Is it possible to add checkbox to menustrip not programmatically? I can only add menuitem, combobox and textbox. I need to add checkbox.
I have menuitem called language and this item will have three checkboxes for each language and each checkbox will have icon.
Or I could use combobox with three items, but i have to add icon of a flag for each language.
I need something like this, but definitely must not be added programmatically.

Any suggestions?
Posted

Check the Checked Property of the menu items added to the strip. please note that you cannot add CheckBox behavior to the top level menu but to child items.
 
Share this answer
 
Comments
marcel zol 28-Dec-12 7:45am    
I think i will use this one, if there`s no image added, it shows checkmark but if there` an image, it circles it. This could just what i am searching for. Thanks
Jibesh 28-Dec-12 8:08am    
you welcome
Here are two articles in CP which might help you:

How to Display Images in ComboBox in 5 Minutes?[^]
Image ComboBox Control[^]

Good luck,
OI
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900