C# Класс EventAI.RichTextBoxExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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