TextBox

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Properties

acceptsReturn
bool acceptsReturn [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
acceptsReturn
bool acceptsReturn [@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.
characterCasing
CharacterCasing characterCasing [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
EventArgs onHandleCreated [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
passwordChar
dchar passwordChar [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
passwordChar
dchar passwordChar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scrollBars
ScrollBars scrollBars [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
scrollBars
ScrollBars scrollBars [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
textAlign
HorizontalAlignment textAlign [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
textAlign
HorizontalAlignment textAlign [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TextBoxBase

acceptsTab
bool acceptsTab [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
acceptsTab
bool acceptsTab [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
borderStyle
BorderStyle borderStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
borderStyle
BorderStyle borderStyle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
canUndo
bool canUndo [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hideSelection
bool hideSelection [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
hideSelection
bool hideSelection [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lines
Dstring[] lines [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
lines
Dstring[] lines [@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.
maxLength
uint maxLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getLineCount
uint getLineCount()
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.
modified
bool modified [@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.
multiline
bool multiline [@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.
readOnly
bool readOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedText
Dstring selectedText [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedText
Dstring selectedText [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionLength
uint selectionLength [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionLength
uint selectionLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionStart
uint selectionStart [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionStart
uint selectionStart [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
textLength
uint textLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
wordWrap
bool wordWrap [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
wordWrap
bool wordWrap [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
appendText
void appendText(Dstring txt)
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.
clearUndo
void clearUndo()
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.
cut
void cut()
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.
scrollToCaret
void scrollToCaret()
Undocumented in source. Be warned that the author may not have intended to support it.
select
void select(uint start, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
select
alias select = Control.select
Undocumented in source.
selectAll
void selectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
Dstring toString()
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.
createHandle
void createHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
backColor
alias backColor = Control.backColor
Undocumented in source.
defaultBackColor
Color defaultBackColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
foreColor
Color foreColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
foreColor
alias foreColor = Control.foreColor
Undocumented in source.
defaultForeColor
Color defaultForeColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cursor
Cursor cursor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cursor
alias cursor = Control.cursor
Undocumented in source.
getFirstCharIndexFromLine
int getFirstCharIndexFromLine(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
getFirstCharIndexOfCurrentLine
int getFirstCharIndexOfCurrentLine()
Undocumented in source. Be warned that the author may not have intended to support it.
getLineFromCharIndex
int getLineFromCharIndex(int charIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getPositionFromCharIndex
Point getPositionFromCharIndex(int charIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getCharIndexFromPosition
int getCharIndexFromPosition(Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
_defaultCursor
Cursor _defaultCursor [@property getter]
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.
prevWndProc
void prevWndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
processKeyEventArgs
bool processKeyEventArgs(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultSize
Size defaultSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lim
uint lim;
Undocumented in source.

Meta