C# Класс _3PA.Npp.Selection

Represents a selection when there are multiple active selections in a Scintilla control.
Показать файл Открыть проект

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

Метод Описание
Selection ( int index ) : System

Initializes a new instance of the Selection class.

SetPosition ( int pos ) : void

Sets both anchor and caret position to the same position

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

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

Initializes a new instance of the Selection class.
public Selection ( int index ) : System
index int The index of this selection within the SelectionCollection that created it.
Результат System

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

Sets both anchor and caret position to the same position
public SetPosition ( int pos ) : void
pos int
Результат void