AppendRtfText(String,Color) Method
In This Topic
Appends the specified text to the Rft string using the specified color and the object default font. Transparent colors cannot be used by an Rtf rendering.
Syntax
'Declaration
Public Overloads Sub AppendRtfText( _
ByVal As System.String, _
ByVal As System.Drawing.Color _
)
public void AppendRtfText(
System.string ,
System.Drawing.Color
)
Parameters
- Text
- Text string to be appended to existing Rtf.
- Color
- ForeColor of the appended text.
See Also