CentralServerDemo.ExRichTextBox.InsertTextAsRtf C# (CSharp) Method

InsertTextAsRtf() public method

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

Same methods

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