Click or drag to resize

RichEdit Properties (Typed)

X#

The RichEdit type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
A constant representing the paragraph alignment of the rich edit:
Public propertyBackground (Overrides Background.)
Public propertyBackgroundColor
A Color object representing the background color of the rich edit
Public propertyMargins
A Dimension object specifying the left and right margins of the edit control.
(Overrides Margins.)
Public propertyNumbering
A constant representing the type of paragraph numbering currently associated with the rich edit:
Public propertyPrimaryIndent
A numeric value representing the indent of the first line of a paragraph in the rich edit.
Public propertyProtected
A logical value that is TRUE if the text in the rich edit is protected from modification.
Public propertyRightMargin
A numeric value representing the right margin of the rich edit.
Public propertySecondaryIndent
A numeric value representing the indent of the second and subsequent lines of a paragraph in the rich edit.
Public propertySelectedText
A string representing the currently selected text in the rich edit.
(Overrides SelectedText.)
Public propertySelection
A Selection object representing the currently selected text in the rich edit.
(Overrides Selection.)
Public propertySelectionType
A constant representing the type of the current selection in the rich edit:
Public propertyTabStopCount
A numeric value representing the number of tab stops in the rich edit.
Public propertyTextColor
A Color object representing the text color of the rich edit.
(Overrides TextColor.)
Public propertyTextLimit
A numeric value representing the maximum amount of text in the rich edit. The default is 32KB.
(Overrides TextLimit.)
Public propertyValue
A string representing the text contents of the rich edit
(Overrides Value.)
Top
See Also