C# Класс Alsing.Windows.Forms.SyntaxBox.Selection

Selection class used by the SyntaxBoxControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClearSelection ( ) : void

Clear the active selection DeleteSelection

DeleteSelection ( ) : void

Delete the active selection. ClearSelection

Indent ( ) : void

Indent the active selection one step.

Indent ( string Pattern ) : void
MakeSelection ( ) : void

Make a selection from the current selection start to the position of the caret

Outdent ( ) : void

Outdent the active selection one step

Outdent ( string Pattern ) : void

Outdent the active selection one step

SelectAll ( ) : void

Select all text.

Selection ( EditViewControl control ) : System

Selection Constructor.

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

Метод Описание
Bounds_Change ( object s, EventArgs e ) : void
OnChange ( ) : void
PositionChange ( object s, EventArgs e ) : void

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

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

Clear the active selection DeleteSelection
public ClearSelection ( ) : void
Результат void

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

Delete the active selection. ClearSelection
public DeleteSelection ( ) : void
Результат void

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

Indent the active selection one step.
public Indent ( ) : void
Результат void

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

public Indent ( string Pattern ) : void
Pattern string
Результат void

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

Make a selection from the current selection start to the position of the caret
public MakeSelection ( ) : void
Результат void

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

Outdent the active selection one step
public Outdent ( ) : void
Результат void

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

Outdent the active selection one step
public Outdent ( string Pattern ) : void
Pattern string
Результат void

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

Select all text.
public SelectAll ( ) : void
Результат void

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

Selection Constructor.
public Selection ( EditViewControl control ) : System
control EditViewControl Control that will use this selection
Результат System