It seems that the MenuItem class on .NET Compact Framework (CF) 2.0 does not support icons. Is there a workaround?
It seems that the MenuItem class on .NET Compact Framework (CF) 2.0 does not
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The menus in the CF are wrappers around the OS-supplied menu items, which do not support images/icons. The only “workaround” would be to implement your own menuing system when you manually draw everything. That’s going to be a lot of work. A Toolbar is likely going to be an easier thing to work with if you need images.