C# Class Mongdio.code.RTFHelper

ファイルを表示 Open project: okku/Mongdio

Public Methods

Method Description
SetRTF ( System.Windows.Forms.RichTextBox rtb, string rtf, string colorTable ) : void

Private Methods

Method Description
InsertColorTable ( string rtf, string colorTable ) : string

Method Details

SetRTF() public static method

public static SetRTF ( System.Windows.Forms.RichTextBox rtb, string rtf, string colorTable ) : void
rtb System.Windows.Forms.RichTextBox
rtf string
colorTable string
return void