C# 클래스 Alsing.Windows.Forms.SyntaxBox.Selection

Selection class used by the SyntaxBoxControl
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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