C# Class _3PA.Npp.Selection

Represents a selection when there are multiple active selections in a Scintilla control.
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
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

Method Details

Selection() public méthode

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.
Résultat System

SetPosition() public méthode

Sets both anchor and caret position to the same position
public SetPosition ( int pos ) : void
pos int
Résultat void