S
SamSpade
When I do
RichTextBox1.Rtf = e.Data.GetData(DataFormats.Rtf).ToString
it appears to me that the text is being appended to the text already in the
box.
Help is not clear on this.
Can anyone confirm that that is what is to be expected???
I had guessed that the new text would replace the contents, not add to it.
Of course I could clear the box first I just want to be sure I surmised
correctly.
I assume the Text property acts the same as the Rtf. Correct??
Thanks in advance
RichTextBox1.Rtf = e.Data.GetData(DataFormats.Rtf).ToString
it appears to me that the text is being appended to the text already in the
box.
Help is not clear on this.
Can anyone confirm that that is what is to be expected???
I had guessed that the new text would replace the contents, not add to it.
Of course I could clear the box first I just want to be sure I surmised
correctly.
I assume the Text property acts the same as the Rtf. Correct??
Thanks in advance