메소드 | 설명 | |
---|---|---|
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 |
public static AppendFormat ( this textbox, string format ) : void | ||
textbox | this | |
format | string | |
리턴 | void |
public static AppendFormatIfNotNull ( this builder, string format, float arg ) : void | ||
builder | this | |
format | string | |
arg | float | |
리턴 | void |
public static AppendFormatIfNotNull ( this builder, string format, int arg ) : void | ||
builder | this | |
format | string | |
arg | int | |
리턴 | void |
public static AppendFormatIfNotNull ( this builder, string format, object arg ) : void | ||
builder | this | |
format | string | |
arg | object | |
리턴 | void |
public static AppendFormatIfNotNull ( this builder, string format, string arg ) : void | ||
builder | this | |
format | string | |
arg | string | |
리턴 | void |
public static AppendFormatIfNotNull ( this builder, string format, uint arg ) : void | ||
builder | this | |
format | string | |
arg | uint | |
리턴 | void |
public static AppendFormatLine ( this textbox, string format ) : void | ||
textbox | this | |
format | string | |
리턴 | void |
public static AppendFormatLineIfNotNull ( this builder, string format, float arg ) : void | ||
builder | this | |
format | string | |
arg | float | |
리턴 | void |
public static AppendFormatLineIfNotNull ( this builder, string format, int arg ) : void | ||
builder | this | |
format | string | |
arg | int | |
리턴 | void |
public static AppendFormatLineIfNotNull ( this builder, string format, object arg ) : void | ||
builder | this | |
format | string | |
arg | object | |
리턴 | void |
public static AppendFormatLineIfNotNull ( this builder, string format, string arg ) : void | ||
builder | this | |
format | string | |
arg | string | |
리턴 | void |
public static AppendFormatLineIfNotNull ( this builder, string format, uint arg ) : void | ||
builder | this | |
format | string | |
arg | uint | |
리턴 | void |
public static AppendLine ( this textbox, string text ) : void | ||
textbox | this | |
text | string | |
리턴 | void |
public static SetDefaultStyle ( this textbox ) : void | ||
textbox | this | |
리턴 | void |
public static SetStyle ( this textbox, Color color, FontStyle style ) : void | ||
textbox | this | |
color | Color | |
style | FontStyle | |
리턴 | void |
public static SetStyle ( this textbox, FontStyle style ) : void | ||
textbox | this | |
style | FontStyle | |
리턴 | void |
public static SetStyle ( this textbox, FontStyle style, Color color ) : void | ||
textbox | this | |
style | FontStyle | |
color | Color | |
리턴 | void |
public static SetStyle ( this textbox, FontStyle style, Color color, float size ) : void | ||
textbox | this | |
style | FontStyle | |
color | Color | |
size | float | |
리턴 | void |
public static SetStyle ( this textbox, FontStyle style, Color color, float size, String family ) : void | ||
textbox | this | |
style | FontStyle | |
color | Color | |
size | float | |
family | String | |
리턴 | void |