- characterCasing
CharacterCasing characterCasing [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- characterCasing
CharacterCasing characterCasing [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxLength
uint maxLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxLength
uint maxLength [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- multiline
bool multiline [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- multiline
bool multiline [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- numbersOnly
bool numbersOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- passwordText
bool passwordText [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textChanged
Event!(Control, EventArgs) textChanged;
Undocumented in source.
- appendText
void appendText(string s)
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.
- undo
void undo()
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.
- copy
void copy()
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.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- textLength
int textLength [@property getter]
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.
- selectionStart
int selectionStart [@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.
- createControlParams
void createControlParams(CreateControlParams ccp)
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.
- onHandleCreated
void onHandleCreated(EventArgs e)
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.