'宣言 Public Function New( _ ByVal rtf As System.String _ )
'使用法 Dim rtf As System.String Dim instance As New RenderRichText(rtf)
public RenderRichText( System.string rtf )
パラメータ
- rtf
- A RTF-formatted string assigned to the RenderRichText.Rtf property.
'宣言 Public Function New( _ ByVal rtf As System.String _ )
'使用法 Dim rtf As System.String Dim instance As New RenderRichText(rtf)
public RenderRichText( System.string rtf )