Append(String,Font) Method
In This Topic
Appends the text run at the end of this rich text.
Syntax
'Declaration
Public Overloads Sub Append( _
ByVal As String, _
ByVal As Font _
)
'Usage
Dim instance As RichText
Dim text As String
Dim font As Font
instance.Append(text, font)
public void Append(
string ,
Font
)
Parameters
- text
- The plain text of the tet run.
- font
- The font setting of the text run.
See Also