RichEdit Methods (Typed) |
|
The RichEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| CanPaste |
Determine whether the rich edit can paste the specified clipboard format.
| |
| EnableAdvancedTypography |
Sets the ability for advanced line breaking and line formatting.
| |
| GetOption |
Determine the status of a particular option for the rich edit.
| |
| GetTabStops |
Set the TabStops for a rich edit control.
| |
| GetTextRange |
Retrieve a range of characters from the rich edit.
| |
| GetWordBreak |
Locate a particular type of word break in the rich edit.
| |
| HideSelection |
Hide the selection in the rich edit.
| |
| LineFromCharacter |
Determine the line number of the rich edit from the specified character position.
| |
| LoadFromFile(String) |
Load data from an RTF file into the rich edit control.
| |
| LoadFromFile(String, Long) |
Load data from an RTF file into the rich edit control.
| |
| Margin |
Set the margins for the currently selected text in the rich edit control.
| |
| PasteSpecial |
Paste a particular clipboard format in the rich edit.
| |
Print the contents of the rich edit.
| ||
| SaveToFile |
Save the current contents of the control to an RTF file.
| |
| Seek |
Search the rich edit for the specified text.
| |
| SetOption |
Set an option for the rich edit.
| |
| SetTabStops |
Set the TabStops for a rich edit control.
| |
| ShowSelection |
Show the selection in the rich edit.
|