메소드 | 설명 | |
---|---|---|
CopyText ( int startPos, int endPos ) : void | ||
CutText ( int startPos, int endPos ) : bool | ||
DeleteText ( int startPos, int endPos ) : bool | ||
EditableText ( |
||
InsertText ( int position, string text, int length ) : bool | ||
PasteText ( int position ) : bool | ||
SetAttributes ( string attributes, int startPos, int endPos ) : bool | ||
SetTextContents ( string newContents ) : bool |
public CopyText ( int startPos, int endPos ) : void | ||
startPos | int | |
endPos | int | |
리턴 | void |
public DeleteText ( int startPos, int endPos ) : bool | ||
startPos | int | |
endPos | int | |
리턴 | bool |
public EditableText ( |
||
accessible | ||
리턴 | System |
public InsertText ( int position, string text, int length ) : bool | ||
position | int | |
text | string | |
length | int | |
리턴 | bool |
public SetAttributes ( string attributes, int startPos, int endPos ) : bool | ||
attributes | string | |
startPos | int | |
endPos | int | |
리턴 | bool |
public SetTextContents ( string newContents ) : bool | ||
newContents | string | |
리턴 | bool |