I am using a property grid in my application. At any time user may select some value of a property from the grid. Lets say, there is a property called caption. The value of this property is "Hello". Using the mouse, user may select only "He" of this value.
then user presses Ctrl+C, I will fire an event when this happens. How can I get the text "He" into the clipboard.
It would be something like: Clipboard.SetText(PropertyGrid. ????)
Please help.
Himanshu Saxena