Initializes a new instance of the
RenderRichText class, using the specified RTF string and style.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As Style _
)
'使用法
Dim rtf As System.String
Dim style As Style
Dim instance As New RenderRichText(rtf, style)
public RenderRichText(
System.string ,
Style
)
パラメータ
- rtf
- A RTF-formatted string assigned to the RenderRichText.Rtf property.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照