I have this RichTextBox rtEvents
from click-drag in form designer and I want to cast the rtEvents
value into string.
This solution doesn't work, because I am not using System.Windows.Controls.RichTextBox
I don't want to use .Windows.Controls.*
because its difficult for me to design the form without click-drag.
Is there any other way or workaround for it?