Hi,
I'd like to be able to insert content (like a table or image for example) during during the RichTextBox drop event. During the drop event, I'd like to tag it somehow so that at a later time I can identify the table or image and replace with new content.
I've considered using a Comment as a marker - but have some questions around this:
1.) Is this the best way to achieve this?
2.) I've been able to add the comment to the document, but don't understand how to access the content contained between the CommentRangeStart and CommentRangeEnd elements.
Thanks in advance!
Jason
I'd like to be able to insert content (like a table or image for example) during during the RichTextBox drop event. During the drop event, I'd like to tag it somehow so that at a later time I can identify the table or image and replace with new content.
I've considered using a Comment as a marker - but have some questions around this:
1.) Is this the best way to achieve this?
2.) I've been able to add the comment to the document, but don't understand how to access the content contained between the CommentRangeStart and CommentRangeEnd elements.
Thanks in advance!
Jason