RichEdit Properties (Typed) |
|
The RichEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
A constant representing the paragraph alignment of the rich edit:
| |
| Background | (Overrides Background.) | |
| BackgroundColor |
A Color object representing the background color of the rich edit
| |
| Margins |
A Dimension object specifying the left and right margins of the edit control.
(Overrides Margins.) | |
| Numbering |
A constant representing the type of paragraph numbering currently associated with the rich edit:
| |
| PrimaryIndent |
A numeric value representing the indent of the first line of a paragraph in the rich edit.
| |
| Protected |
A logical value that is TRUE if the text in the rich edit is protected from modification.
| |
| RightMargin |
A numeric value representing the right margin of the rich edit.
| |
| SecondaryIndent |
A numeric value representing the indent of the second and subsequent lines of a paragraph in the rich edit.
| |
| SelectedText |
A string representing the currently selected text in the rich edit.
(Overrides SelectedText.) | |
| Selection |
A Selection object representing the currently selected text in the rich edit.
(Overrides Selection.) | |
| SelectionType |
A constant representing the type of the current selection in the rich edit:
| |
| TabStopCount |
A numeric value representing the number of tab stops in the rich edit.
| |
| TextColor |
A Color object representing the text color of the rich edit.
(Overrides TextColor.) | |
| TextLimit |
A numeric value representing the maximum amount of text in the rich edit. The default is 32KB.
(Overrides TextLimit.) | |
| Value |
A string representing the text contents of the rich edit
(Overrides Value.) |