TextControl

Undocumented in source.

Members

Functions

appendText
void appendText(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy()
Undocumented in source. Be warned that the author may not have intended to support it.
createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
cut
void cut()
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onTextChanged
void onTextChanged(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
paste
void paste()
Undocumented in source. Be warned that the author may not have intended to support it.
selectAll
void selectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

modified
bool modified [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
modified
bool modified [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
readOnly
bool readOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readOnly
bool readOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedText
string selectedText [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionLength
int selectionLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionStart
int selectionStart [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
textLength
int textLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

textChanged
Event!(Control, EventArgs) textChanged;
Undocumented in source.

Meta