'使用法 Dim rtf As System.String Dim style As Style Dim instance As New RenderRichText(rtf, style)
パラメータ
- rtf
- Rtfプロパティに割り当てられた RTF書式文字列。
- style
- 使用する Style( Style.AssignNonInheritedFromメソッドを使って、指定したスタイルを現在のオブジェクトの Styleにコピーします)。
'使用法 Dim rtf As System.String Dim style As Style Dim instance As New RenderRichText(rtf, style)