C# Class EventAI.RichTextBoxExtensions

Afficher le fichier Open project: Konctantin/EventAICreator

Méthodes publiques

Méthode Description
AppendFormat ( this textbox, string format ) : void
AppendFormatIfNotNull ( this builder, string format, float arg ) : void
AppendFormatIfNotNull ( this builder, string format, int arg ) : void
AppendFormatIfNotNull ( this builder, string format, object arg ) : void
AppendFormatIfNotNull ( this builder, string format, string arg ) : void
AppendFormatIfNotNull ( this builder, string format, uint arg ) : void
AppendFormatLine ( this textbox, string format ) : void
AppendFormatLineIfNotNull ( this builder, string format, float arg ) : void
AppendFormatLineIfNotNull ( this builder, string format, int arg ) : void
AppendFormatLineIfNotNull ( this builder, string format, object arg ) : void
AppendFormatLineIfNotNull ( this builder, string format, string arg ) : void
AppendFormatLineIfNotNull ( this builder, string format, uint arg ) : void
AppendLine ( this textbox ) : void
AppendLine ( this textbox, string text ) : void
ColorizeCode ( this rtb ) : void
SetBold ( this textbox ) : void
SetDefaultStyle ( this textbox ) : void
SetStyle ( this textbox, Color color, FontStyle style ) : void
SetStyle ( this textbox, FontStyle style ) : void
SetStyle ( this textbox, FontStyle style, Color color ) : void
SetStyle ( this textbox, FontStyle style, Color color, float size ) : void
SetStyle ( this textbox, FontStyle style, Color color, float size, String family ) : void

Method Details

AppendFormat() public static méthode

public static AppendFormat ( this textbox, string format ) : void
textbox this
format string
Résultat void

AppendFormatIfNotNull() public static méthode

public static AppendFormatIfNotNull ( this builder, string format, float arg ) : void
builder this
format string
arg float
Résultat void

AppendFormatIfNotNull() public static méthode

public static AppendFormatIfNotNull ( this builder, string format, int arg ) : void
builder this
format string
arg int
Résultat void

AppendFormatIfNotNull() public static méthode

public static AppendFormatIfNotNull ( this builder, string format, object arg ) : void
builder this
format string
arg object
Résultat void

AppendFormatIfNotNull() public static méthode

public static AppendFormatIfNotNull ( this builder, string format, string arg ) : void
builder this
format string
arg string
Résultat void

AppendFormatIfNotNull() public static méthode

public static AppendFormatIfNotNull ( this builder, string format, uint arg ) : void
builder this
format string
arg uint
Résultat void

AppendFormatLine() public static méthode

public static AppendFormatLine ( this textbox, string format ) : void
textbox this
format string
Résultat void

AppendFormatLineIfNotNull() public static méthode

public static AppendFormatLineIfNotNull ( this builder, string format, float arg ) : void
builder this
format string
arg float
Résultat void

AppendFormatLineIfNotNull() public static méthode

public static AppendFormatLineIfNotNull ( this builder, string format, int arg ) : void
builder this
format string
arg int
Résultat void

AppendFormatLineIfNotNull() public static méthode

public static AppendFormatLineIfNotNull ( this builder, string format, object arg ) : void
builder this
format string
arg object
Résultat void

AppendFormatLineIfNotNull() public static méthode

public static AppendFormatLineIfNotNull ( this builder, string format, string arg ) : void
builder this
format string
arg string
Résultat void

AppendFormatLineIfNotNull() public static méthode

public static AppendFormatLineIfNotNull ( this builder, string format, uint arg ) : void
builder this
format string
arg uint
Résultat void

AppendLine() public static méthode

public static AppendLine ( this textbox ) : void
textbox this
Résultat void

AppendLine() public static méthode

public static AppendLine ( this textbox, string text ) : void
textbox this
text string
Résultat void

ColorizeCode() public static méthode

public static ColorizeCode ( this rtb ) : void
rtb this
Résultat void

SetBold() public static méthode

public static SetBold ( this textbox ) : void
textbox this
Résultat void

SetDefaultStyle() public static méthode

public static SetDefaultStyle ( this textbox ) : void
textbox this
Résultat void

SetStyle() public static méthode

public static SetStyle ( this textbox, Color color, FontStyle style ) : void
textbox this
color Color
style FontStyle
Résultat void

SetStyle() public static méthode

public static SetStyle ( this textbox, FontStyle style ) : void
textbox this
style FontStyle
Résultat void

SetStyle() public static méthode

public static SetStyle ( this textbox, FontStyle style, Color color ) : void
textbox this
style FontStyle
color Color
Résultat void

SetStyle() public static méthode

public static SetStyle ( this textbox, FontStyle style, Color color, float size ) : void
textbox this
style FontStyle
color Color
size float
Résultat void

SetStyle() public static méthode

public static SetStyle ( this textbox, FontStyle style, Color color, float size, String family ) : void
textbox this
style FontStyle
color Color
size float
family String
Résultat void