C# 클래스 EventAI.RichTextBoxExtensions

파일 보기 프로젝트 열기: Konctantin/EventAICreator

공개 메소드들

메소드 설명
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

메소드 상세

AppendFormat() 공개 정적인 메소드

public static AppendFormat ( this textbox, string format ) : void
textbox this
format string
리턴 void

AppendFormatIfNotNull() 공개 정적인 메소드

public static AppendFormatIfNotNull ( this builder, string format, float arg ) : void
builder this
format string
arg float
리턴 void

AppendFormatIfNotNull() 공개 정적인 메소드

public static AppendFormatIfNotNull ( this builder, string format, int arg ) : void
builder this
format string
arg int
리턴 void

AppendFormatIfNotNull() 공개 정적인 메소드

public static AppendFormatIfNotNull ( this builder, string format, object arg ) : void
builder this
format string
arg object
리턴 void

AppendFormatIfNotNull() 공개 정적인 메소드

public static AppendFormatIfNotNull ( this builder, string format, string arg ) : void
builder this
format string
arg string
리턴 void

AppendFormatIfNotNull() 공개 정적인 메소드

public static AppendFormatIfNotNull ( this builder, string format, uint arg ) : void
builder this
format string
arg uint
리턴 void

AppendFormatLine() 공개 정적인 메소드

public static AppendFormatLine ( this textbox, string format ) : void
textbox this
format string
리턴 void

AppendFormatLineIfNotNull() 공개 정적인 메소드

public static AppendFormatLineIfNotNull ( this builder, string format, float arg ) : void
builder this
format string
arg float
리턴 void

AppendFormatLineIfNotNull() 공개 정적인 메소드

public static AppendFormatLineIfNotNull ( this builder, string format, int arg ) : void
builder this
format string
arg int
리턴 void

AppendFormatLineIfNotNull() 공개 정적인 메소드

public static AppendFormatLineIfNotNull ( this builder, string format, object arg ) : void
builder this
format string
arg object
리턴 void

AppendFormatLineIfNotNull() 공개 정적인 메소드

public static AppendFormatLineIfNotNull ( this builder, string format, string arg ) : void
builder this
format string
arg string
리턴 void

AppendFormatLineIfNotNull() 공개 정적인 메소드

public static AppendFormatLineIfNotNull ( this builder, string format, uint arg ) : void
builder this
format string
arg uint
리턴 void

AppendLine() 공개 정적인 메소드

public static AppendLine ( this textbox ) : void
textbox this
리턴 void

AppendLine() 공개 정적인 메소드

public static AppendLine ( this textbox, string text ) : void
textbox this
text string
리턴 void

ColorizeCode() 공개 정적인 메소드

public static ColorizeCode ( this rtb ) : void
rtb this
리턴 void

SetBold() 공개 정적인 메소드

public static SetBold ( this textbox ) : void
textbox this
리턴 void

SetDefaultStyle() 공개 정적인 메소드

public static SetDefaultStyle ( this textbox ) : void
textbox this
리턴 void

SetStyle() 공개 정적인 메소드

public static SetStyle ( this textbox, Color color, FontStyle style ) : void
textbox this
color Color
style FontStyle
리턴 void

SetStyle() 공개 정적인 메소드

public static SetStyle ( this textbox, FontStyle style ) : void
textbox this
style FontStyle
리턴 void

SetStyle() 공개 정적인 메소드

public static SetStyle ( this textbox, FontStyle style, Color color ) : void
textbox this
style FontStyle
color Color
리턴 void

SetStyle() 공개 정적인 메소드

public static SetStyle ( this textbox, FontStyle style, Color color, float size ) : void
textbox this
style FontStyle
color Color
size float
리턴 void

SetStyle() 공개 정적인 메소드

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