C# 클래스 SpellWork.RichTextBoxExtensions

파일 보기 프로젝트 열기: Warlord123/spellwork_cs

공개 메소드들

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

메소드 상세

Append() 공개 정적인 메소드

public static Append ( this textbox, object text ) : void
textbox this
text object
리턴 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, 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, 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

AppendFormatLineIfNotNull() 공개 정적인 메소드

public static AppendFormatLineIfNotNull ( this builder, string format, uint arg, object s ) : void
builder this
format string
arg uint
s object
리턴 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