C# Class ICSharpCode.TextEditor.TextAreaUpdate

This class is used to request an update of the textarea
显示文件 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
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

Method Details

TextAreaUpdate() public method

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

TextAreaUpdate() public method

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

TextAreaUpdate() public method

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

TextAreaUpdate() public method

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

ToString() public method

public ToString ( ) : string
return string