C# Класс AutoWikiBrowser.MainForm.JsAdapter

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

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

Метод Описание
GoTo ( int destLine ) : void

Moves the caret to the input line within the article text box

UndoAddition ( int right ) : void

UndoChange ( int left, int right ) : void

Reverses the changes to a line of text in the page

UndoDeletion ( int left, int right ) : void

Reverses the deletion of a line of text from the page

Приватные методы

Метод Описание
JsAdapter ( MainForm owner ) : System

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

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

Moves the caret to the input line within the article text box
public GoTo ( int destLine ) : void
destLine int the line number the caret should be moved to
Результат void

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

public UndoAddition ( int right ) : void
right int
Результат void

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

Reverses the changes to a line of text in the page
public UndoChange ( int left, int right ) : void
left int
right int
Результат void

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

Reverses the deletion of a line of text from the page
public UndoDeletion ( int left, int right ) : void
left int
right int
Результат void