Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

Hello
I have this:
C#
this.ContextMenu = cm;
cm.RightToLeft = RightToLeft.Yes;


I do this:
C#
menuSubItem.Enabled = false;
menuSubItem.Checked = true;


But ContextMenu becomes Left to Right. Why? I want that it be Right to Left.
Posted
Updated 24-Jul-15 21:04pm
v2
Comments
Sergey Alexandrovich Kryukov 24-Jul-15 17:38pm    
Right to left for what? Please tag your application type and UI framework/library you are using (WPF, ASP.NET, whatever it is)...
—SA
aazam rafiee zade 25-Jul-15 3:09am    
windowsForm. I want the text on the right, but with "menuSubItem.Enabled = false;" and "menuSubItem.Checked = true;", the text goes on the left. Why?

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