C# Class SamirBoulema.TGit.RichTextBoxExtension

Afficher le fichier Open project: sboulema/TGit

Méthodes publiques

Méthode Description
AppendText ( this box, string text, Color color, bool bold ) : void
AppendText ( this box, string text, bool bold ) : void

Method Details

AppendText() public static méthode

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

AppendText() public static méthode

public static AppendText ( this box, string text, bool bold ) : void
box this
text string
bold bool
Résultat void