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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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]

ditto

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()

ditto

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)

ditto

_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