CentralServerDemo.ExRichTextBox.InsertTextAsRtf C# (CSharp) Method

InsertTextAsRtf() public method

Inserts the text using the current font, text, and highlight colors.
public InsertTextAsRtf ( string _text ) : void
_text string
return void
        public void InsertTextAsRtf(string _text) {
            InsertTextAsRtf(_text, this.Font);
        }

Same methods

ExRichTextBox::InsertTextAsRtf ( string _text, Font _font ) : void
ExRichTextBox::InsertTextAsRtf ( string _text, Font _font, RtfColor _textColor ) : void
ExRichTextBox::InsertTextAsRtf ( string _text, Font _font, RtfColor _textColor, RtfColor _backColor ) : void