C# Class SamirBoulema.TGit.RichTextBoxExtension

Mostrar archivo Open project: sboulema/TGit

Public Methods

Method Description
AppendText ( this box, string text, Color color, bool bold ) : void
AppendText ( this box, string text, bool bold ) : void

Method Details

AppendText() public static method

public static AppendText ( this box, string text, Color color, bool bold ) : void
box this
text string
color System.Drawing.Color
bold bool
return void

AppendText() public static method

public static AppendText ( this box, string text, bool bold ) : void
box this
text string
bold bool
return void