C# Класс ICSharpCode.TextEditor.TextAreaUpdate

This class is used to request an update of the textarea
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TextAreaUpdate ( TextAreaUpdateType type ) : System

Creates a new instance of TextAreaUpdate

TextAreaUpdate ( TextAreaUpdateType type, Point position ) : System

Creates a new instance of TextAreaUpdate

TextAreaUpdate ( TextAreaUpdateType type, int singleLine ) : System

Creates a new instance of TextAreaUpdate

TextAreaUpdate ( TextAreaUpdateType type, int startLine, int endLine ) : System

Creates a new instance of TextAreaUpdate

ToString ( ) : string

Описание методов

TextAreaUpdate() публичный Метод

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type ) : System
type TextAreaUpdateType
Результат System

TextAreaUpdate() публичный Метод

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type, Point position ) : System
type TextAreaUpdateType
position Point
Результат System

TextAreaUpdate() публичный Метод

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type, int singleLine ) : System
type TextAreaUpdateType
singleLine int
Результат System

TextAreaUpdate() публичный Метод

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type, int startLine, int endLine ) : System
type TextAreaUpdateType
startLine int
endLine int
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string