C# 클래스 ICSharpCode.TextEditor.TextAreaUpdate

This class is used to request an update of the textarea
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
TextAreaUpdate ( TextAreaUpdateType type ) : System

Creates a new instance of TextAreaUpdate

TextAreaUpdate ( TextAreaUpdateType type, Point position ) : System

Creates a new instance of TextAreaUpdate

TextAreaUpdate ( TextAreaUpdateType type, int singleLine ) : System

Creates a new instance of TextAreaUpdate

TextAreaUpdate ( TextAreaUpdateType type, int startLine, int endLine ) : System

Creates a new instance of TextAreaUpdate

ToString ( ) : string

메소드 상세

TextAreaUpdate() 공개 메소드

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type ) : System
type TextAreaUpdateType
리턴 System

TextAreaUpdate() 공개 메소드

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type, Point position ) : System
type TextAreaUpdateType
position Point
리턴 System

TextAreaUpdate() 공개 메소드

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type, int singleLine ) : System
type TextAreaUpdateType
singleLine int
리턴 System

TextAreaUpdate() 공개 메소드

Creates a new instance of TextAreaUpdate
public TextAreaUpdate ( TextAreaUpdateType type, int startLine, int endLine ) : System
type TextAreaUpdateType
startLine int
endLine int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string