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

Selection class used by the SyntaxBoxControl
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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

Method Description
Bounds_Change ( object s, EventArgs e ) : void
OnChange ( ) : void
PositionChange ( object s, EventArgs e ) : void

Method Details

ClearSelection() public method

Clear the active selection DeleteSelection
public ClearSelection ( ) : void
return void

DeleteSelection() public method

Delete the active selection. ClearSelection
public DeleteSelection ( ) : void
return void

Indent() public method

Indent the active selection one step.
public Indent ( ) : void
return void

Indent() public method

public Indent ( string Pattern ) : void
Pattern string
return void

MakeSelection() public method

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

Outdent() public method

Outdent the active selection one step
public Outdent ( ) : void
return void

Outdent() public method

Outdent the active selection one step
public Outdent ( string Pattern ) : void
Pattern string
return void

SelectAll() public method

Select all text.
public SelectAll ( ) : void
return void

Selection() public method

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