StyleAwareRichTextBox AppendStylizedText Method CleanCode C# Libraries v1.2.03 API
Overload List

  NameDescription
Public methodAppendStylizedText(String, Color)
Stylizes the text with just color.
Public methodAppendStylizedText(String, Font)
Stylizes the text with font and size.
Public methodAppendStylizedText(String, Font, Color)
Stylizes the text with font, size, and color.
Back to Top
See Also