메소드 | 설명 | |
---|---|---|
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 |
public TextAreaUpdate ( TextAreaUpdateType type ) : System | ||
type | TextAreaUpdateType | |
리턴 | System |
public TextAreaUpdate ( TextAreaUpdateType type, Point position ) : System | ||
type | TextAreaUpdateType | |
position | Point | |
리턴 | System |
public TextAreaUpdate ( TextAreaUpdateType type, int singleLine ) : System | ||
type | TextAreaUpdateType | |
singleLine | int | |
리턴 | System |
public TextAreaUpdate ( TextAreaUpdateType type, int startLine, int endLine ) : System | ||
type | TextAreaUpdateType | |
startLine | int | |
endLine | int | |
리턴 | System |