RichTextBox

class RichTextBox : TextBoxBase {}

Constructors

this
this()
Undocumented in source.

Members

Aliases

backColor
alias backColor = TextBoxBase.backColor
Undocumented in source.
cursor
alias cursor = TextBoxBase.cursor
Undocumented in source.
foreColor
alias foreColor = TextBoxBase.foreColor
Undocumented in source.
maxLength
alias maxLength = TextBoxBase.maxLength
Undocumented in source.
paste
alias paste = TextBoxBase.paste
Undocumented in source.
selectedText
alias selectedText = TextBoxBase.selectedText
Undocumented in source.

Functions

canPaste
bool canPaste(DataFormats.Format df)
createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
getLineFromCharIndex
int getLineFromCharIndex(int charIndex)
onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onLinkClicked
void onLinkClicked(LinkClickedEventArgs ea)
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
paste
void paste(DataFormats.Format df)
prevWndProc
void prevWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
redo
void redo()

Properties

backColor
Color backColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
canRedo
bool canRedo [@property getter]
cursor
Cursor cursor [@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.
detectUrls
bool detectUrls [@property setter]
bool detectUrls [@property getter]
foreColor
Color foreColor [@property setter]
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.
rtf
Dstring rtf [@property setter]
Dstring rtf [@property getter]
scrollBars
RichTextBoxScrollBars scrollBars [@property setter]
RichTextBoxScrollBars scrollBars [@property getter]
selectedRtf
Dstring selectedRtf [@property setter]
Dstring selectedRtf [@property getter]
selectedText
Dstring selectedText [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionBackColor
Color selectionBackColor [@property setter]
Color selectionBackColor [@property getter]
selectionBold
bool selectionBold [@property setter]
bool selectionBold [@property getter]
selectionCharOffset
int selectionCharOffset [@property setter]
int selectionCharOffset [@property getter]
selectionColor
Color selectionColor [@property setter]
Color selectionColor [@property getter]
selectionFont
Font selectionFont [@property setter]
Font selectionFont [@property getter]
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.
selectionSubscript
bool selectionSubscript [@property setter]
bool selectionSubscript [@property getter]
selectionSuperscript
bool selectionSuperscript [@property setter]
bool selectionSuperscript [@property getter]
selectionUnderline
bool selectionUnderline [@property setter]
bool selectionUnderline [@property getter]

Variables

linkClicked
Event!(RichTextBox, LinkClickedEventArgs) linkClicked;

Inherited Members

From TextBoxBase

acceptsTab
bool acceptsTab [@property setter]
bool acceptsTab [@property getter]
borderStyle
BorderStyle borderStyle [@property setter]
BorderStyle borderStyle [@property getter]
canUndo
bool canUndo [@property getter]
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]
getLineCount
uint getLineCount()
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]
appendText
void appendText(Dstring txt)
clear
void clear()
clearUndo
void clearUndo()
copy
void copy()
cut
void cut()
paste
void paste()
scrollToCaret
void scrollToCaret()
select
void select(uint start, uint length)
select
alias select = Control.select
Undocumented in source.
selectAll
void selectAll()
toString
Dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
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)
getFirstCharIndexOfCurrentLine
int getFirstCharIndexOfCurrentLine()
getLineFromCharIndex
int getLineFromCharIndex(int charIndex)
getPositionFromCharIndex
Point getPositionFromCharIndex(int charIndex)
getCharIndexFromPosition
int getCharIndexFromPosition(Point pt)
_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