C# Class SpellWork.RichTextBoxExtensions

显示文件 Open project: Warlord123/spellwork_cs

Public Methods

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

Method Details

Append() public static method

public static Append ( this textbox, object text ) : void
textbox this
text object
return void

AppendFormat() public static method

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

AppendFormatIfNotNull() public static method

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

AppendFormatIfNotNull() public static method

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

AppendFormatLine() public static method

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

AppendFormatLineIfNotNull() public static method

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

AppendFormatLineIfNotNull() public static method

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

AppendFormatLineIfNotNull() public static method

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

AppendFormatLineIfNotNull() public static method

public static AppendFormatLineIfNotNull ( this builder, string format, uint arg, object s ) : void
builder this
format string
arg uint
s object
return void

AppendLine() public static method

public static AppendLine ( this textbox ) : void
textbox this
return void

AppendLine() public static method

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

ColorizeCode() public static method

public static ColorizeCode ( this rtb ) : void
rtb this
return void

SetBold() public static method

public static SetBold ( this textbox ) : void
textbox this
return void

SetDefaultStyle() public static method

public static SetDefaultStyle ( this textbox ) : void
textbox this
return void

SetStyle() public static method

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