Method | Description | |
---|---|---|
Append ( this textbox, object text ) : void | ||
AppendFormat ( this textbox, string format ) : void | ||
AppendFormatIfNotNull ( this builder, string format, float 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, string arg ) : void | ||
AppendFormatLineIfNotNull ( this builder, string format, uint arg ) : void | ||
AppendFormatLineIfNotNull ( this builder, string format, uint arg, object s ) : 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 |
public static Append ( this textbox, object text ) : void | ||
textbox | this | |
text | object | |
return | void |
public static AppendFormat ( this textbox, string format ) : void | ||
textbox | this | |
format | string | |
return | void |
public static AppendFormatIfNotNull ( this builder, string format, float arg ) : void | ||
builder | this | |
format | string | |
arg | float | |
return | void |
public static AppendFormatIfNotNull ( this builder, string format, uint arg ) : void | ||
builder | this | |
format | string | |
arg | uint | |
return | void |
public static AppendFormatLine ( this textbox, string format ) : void | ||
textbox | this | |
format | string | |
return | void |
public static AppendFormatLineIfNotNull ( this builder, string format, float arg ) : void | ||
builder | this | |
format | string | |
arg | float | |
return | void |
public static AppendFormatLineIfNotNull ( this builder, string format, string arg ) : void | ||
builder | this | |
format | string | |
arg | string | |
return | void |
public static AppendFormatLineIfNotNull ( this builder, string format, uint arg ) : void | ||
builder | this | |
format | string | |
arg | uint | |
return | void |
public static AppendFormatLineIfNotNull ( this builder, string format, uint arg, object s ) : void | ||
builder | this | |
format | string | |
arg | uint | |
s | object | |
return | void |
public static AppendLine ( this textbox ) : void | ||
textbox | this | |
return | void |
public static AppendLine ( this textbox, string text ) : void | ||
textbox | this | |
text | string | |
return | void |
public static ColorizeCode ( this rtb ) : void | ||
rtb | this | |
return | void |
public static SetBold ( this textbox ) : void | ||
textbox | this | |
return | void |
public static SetDefaultStyle ( this textbox ) : void | ||
textbox | this | |
return | void |
public static SetStyle ( this textbox, Color color, FontStyle style ) : void | ||
textbox | this | |
color | Color | |
style | FontStyle | |
return | void |