I have Cut/Copy/Paste in the menu, that works with my TreeNode derived objects and not with text. When someone enters the editing of the node text, TreeView process the Ctrl+C and puts the marked text into clipboard.
I wish my functions do the same with menu Cut/Copy whenn the node is editing (it should do the same as shourcuts Ctrl+C). I can copy whole node text, but not only the marked text or the text that was just changed.

How can i do this, especialy if the text is editted and only a pice is marked?
Thanks