Hi,
In MFC Edit controls, when I right click below is the context menu displayed,
Similarly when I created an edit control in WPF application, I found the context menu is different and which is as below,
In WPF by default only "Cut", "Copy"&"Paste" are being shown. When Checked in MSDN for showing other commands I could only able to add "SelectAll", "Delete"& "Undo" apart from the above three(Cut, Copy&Paste).
But I did not find any commands relevant to show these "Right to left Reading order", "Show Unicode control characters" in the context menu.
I found somewhere in the internet a discussion went on this and there I found like, for the old edit controls these options ("Right to left Reading order", "Show Unicode control characters" )are shown by default where as Microsoft has removed these options from new WPF framework.
Could any one please let me know what is behavior and if there is a way to add these options ("Right to left Reading order", "Show Unicode control characters" ) in the context menu of WPF controls.
Regards,
Siva
SivaV