Is there a way to set ContextMenuStrip to be rendered as native ContextMenu?
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.
No, the toolstrip renderers that are available, ToolStripSystemRenderer in particular, tried to emulate the native Windows look but the programmers didn’t have a time machine to guess what they would look like in Windows 7. Winforms is in maintenance mode, the class isn’t going to get updated.
If you want the native Windows look then use the ContextMenu class instead. Add it to the toolbox by right-clicking it and selecting “Choose items”.