TextBoxBase

abstract
class TextBoxBase : ControlSuperClass {}

Constructors

this
this()
Undocumented in source.

Members

Aliases

backColor
alias backColor = Control.backColor
Undocumented in source.
cursor
alias cursor = Control.cursor
Undocumented in source.
foreColor
alias foreColor = Control.foreColor
Undocumented in source.
select
alias select = Control.select
Undocumented in source.

Functions

appendText
void appendText(Dstring txt)
clear
void clear()
clearUndo
void clearUndo()
copy
void copy()
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.
cut
void cut()
getCharIndexFromPosition
int getCharIndexFromPosition(Point pt)
getFirstCharIndexFromLine
int getFirstCharIndexFromLine(int line)
getFirstCharIndexOfCurrentLine
int getFirstCharIndexOfCurrentLine()
getLineCount
uint getLineCount()
getLineFromCharIndex
int getLineFromCharIndex(int charIndex)
getPositionFromCharIndex
Point getPositionFromCharIndex(int charIndex)
onHandleCreated
void onHandleCreated(EventArgs ea)
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.
paste
void paste()
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.
scrollToCaret
void scrollToCaret()
select
void select(uint start, uint length)
selectAll
void selectAll()
toString
Dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_defaultCursor
Cursor _defaultCursor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
acceptsTab
bool acceptsTab [@property setter]
bool acceptsTab [@property getter]
backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
borderStyle
BorderStyle borderStyle [@property setter]
BorderStyle borderStyle [@property getter]
canUndo
bool canUndo [@property getter]
cursor
Cursor cursor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultBackColor
Color defaultBackColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultForeColor
Color defaultForeColor [@property getter]
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.
foreColor
Color foreColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hideSelection
bool hideSelection [@property setter]
bool hideSelection [@property getter]
lines
Dstring[] lines [@property setter]
Dstring[] lines [@property getter]
maxLength
uint maxLength [@property setter]
uint maxLength [@property getter]
modified
bool modified [@property setter]
bool modified [@property getter]
multiline
bool multiline [@property setter]
bool multiline [@property getter]
readOnly
bool readOnly [@property setter]
bool readOnly [@property getter]
selectedText
Dstring selectedText [@property setter]
Dstring selectedText [@property getter]
selectionLength
uint selectionLength [@property setter]
uint selectionLength [@property getter]
selectionStart
uint selectionStart [@property setter]
uint selectionStart [@property getter]
textLength
uint textLength [@property getter]
wordWrap
bool wordWrap [@property setter]
bool wordWrap [@property getter]

Variables

lim
uint lim;
Undocumented in source.

Inherited Members

From ControlSuperClass

prevWndProc
void prevWndProc(Message msg)
Undocumented in source.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
defWndProc
void defWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaintBackground
void onPaintBackground(PaintEventArgs pea)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta