richedit

Generic properties, methods and events
[method icon] InsertText(sText$) Insert text at the current cursor position
[method icon] Open(sFileName$) Load a rich text document form a file
[method icon] Print() Print to an open printer
[method icon] PrintClose() Closes the printer
[method icon] PrintOpen(sDocumentName$, iDefaultPrinter) Opens the printer
[method icon] Replace(sSearch$, sReplace$) Method to replace all occurences of a field with the replacement text
[property icon] DragKey Returns the drag key and mouse button state
[property icon] DragSourceControl Identifies the source control of a drag operation
[property icon] DragSourceItem Identifies the source control component of a drag operation
[property icon] DragTargetControl Identifies the target control of a drag operation
[property icon] DragTargetItem Identifies the target control component of a drag operation
[property icon] DropFileList$ List of files dropped onto control (with HEX(0D) separators)
[property icon] LimitText Limit the maximum number of characters that can be entered
[property icon] Modified Set when text is modified by the user
[property icon] MouseX Position of mouse cursor at time of RightClick event
[property icon] MouseY Position of mouse cursor at time of RightClick event
[property icon] PrintStatus Status of printing when a PrintStatus event occurs
[property icon] ReadOnly Enables/disable readonly mode for the control
[property icon] RichText$ The text of the the control in rich text format
[property icon] SelectionBar Set if the reverse mouse pointer appears (to select whole lines)
[property icon] SelectionLen Length of any selected text
[property icon] SelectionStart Start of any selected text as index into Text$, or 0
[property icon] ToolColor Set if colors should appear on the toolbar
[property icon] ToolFont Set if fonts should appear on the toolbar
[property icon] ToolStyle Set if styles should appear on the toolbar
[property icon] VScroll Set if the control has a vertical scroll bar
[event icon] Drop() Event Drag drop event
[event icon] DropFile() Event Called when files are dragged on to the form
[event icon] Modified() Event Called when the user first modified text
[event icon] PrintStatus() Event Called whenever a PrintOpen() or Print() method is completed, with result in PrintStatus property
[event icon] RightClick() Event Called when the user right clicks on the control
[event icon] UpdateText() Event Called when the Text$ property has been updated from the control