hi
In WinTree (WinForms 2008 Vol 1 CLR 2.0) how can I prevent paste values to EditorWithText?
TIA,
Sheeba
You cannot prevent pasting text in without also disabling typing characters. The reason for this is that most users expect to be able to have access to clipboard functionality if the control supports editing. You can prevent changing the value, including via a paste operation, by setting the ReadOnly property to true.