Method | Description | |
---|---|---|
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 | |
return | void |
public CutText ( int startPos, int endPos ) : bool | ||
startPos | int | |
endPos | int | |
return | bool |
public DeleteText ( int startPos, int endPos ) : bool | ||
startPos | int | |
endPos | int | |
return | bool |
public EditableText ( |
||
accessible | ||
return | System |
public InsertText ( int position, string text, int length ) : bool | ||
position | int | |
text | string | |
length | int | |
return | bool |
public SetAttributes ( string attributes, int startPos, int endPos ) : bool | ||
attributes | string | |
startPos | int | |
endPos | int | |
return | bool |
public SetTextContents ( string newContents ) : bool | ||
newContents | string | |
return | bool |