C# Class Alsing.Windows.Forms.SyntaxBox.Selection

Selection class used by the SyntaxBoxControl
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Bounds_Change ( object s, EventArgs e ) : void
OnChange ( ) : void
PositionChange ( object s, EventArgs e ) : void

Method Details

ClearSelection() public méthode

Clear the active selection DeleteSelection
public ClearSelection ( ) : void
Résultat void

DeleteSelection() public méthode

Delete the active selection. ClearSelection
public DeleteSelection ( ) : void
Résultat void

Indent() public méthode

Indent the active selection one step.
public Indent ( ) : void
Résultat void

Indent() public méthode

public Indent ( string Pattern ) : void
Pattern string
Résultat void

MakeSelection() public méthode

Make a selection from the current selection start to the position of the caret
public MakeSelection ( ) : void
Résultat void

Outdent() public méthode

Outdent the active selection one step
public Outdent ( ) : void
Résultat void

Outdent() public méthode

Outdent the active selection one step
public Outdent ( string Pattern ) : void
Pattern string
Résultat void

SelectAll() public méthode

Select all text.
public SelectAll ( ) : void
Résultat void

Selection() public méthode

Selection Constructor.
public Selection ( EditViewControl control ) : System
control EditViewControl Control that will use this selection
Résultat System