C# Class EventAI.RichTextBoxExtensions

Show file Open project: Konctantin/EventAICreator

Public Methods

Method Description
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

Method Details

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, int arg ) : void
builder this
format string
arg int
return void

AppendFormatIfNotNull() public static method

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

AppendFormatIfNotNull() public static method

public static AppendFormatIfNotNull ( this builder, string format, string arg ) : void
builder this
format string
arg string
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, int arg ) : void
builder this
format string
arg int
return void

AppendFormatLineIfNotNull() public static method

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

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

SetStyle() public static method

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

SetStyle() public static method

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

SetStyle() public static method

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

SetStyle() public static method

public static SetStyle ( this textbox, FontStyle style, Color color, float size, String family ) : void
textbox this
style FontStyle
color Color
size float
family String
return void