Click or drag to resize

RichEdit Methods (Typed)

X#

The RichEdit type exposes the following members.

Functions
  NameDescription
Public methodCanPaste
Determine whether the rich edit can paste the specified clipboard format.
Public methodEnableAdvancedTypography
Sets the ability for advanced line breaking and line formatting.
Public methodGetOption
Determine the status of a particular option for the rich edit.
Public methodGetTabStops
Set the TabStops for a rich edit control.
Public methodGetTextRange
Retrieve a range of characters from the rich edit.
Public methodGetWordBreak
Locate a particular type of word break in the rich edit.
Public methodHideSelection
Hide the selection in the rich edit.
Public methodLineFromCharacter
Determine the line number of the rich edit from the specified character position.
Public methodLoadFromFile(String)
Load data from an RTF file into the rich edit control.
Public methodLoadFromFile(String, Long)
Load data from an RTF file into the rich edit control.
Public methodMargin
Set the margins for the currently selected text in the rich edit control.
Public methodPasteSpecial
Paste a particular clipboard format in the rich edit.
Public methodPrint
Print the contents of the rich edit.
Public methodSaveToFile
Save the current contents of the control to an RTF file.
Public methodSeek
Search the rich edit for the specified text.
Public methodSetOption
Set an option for the rich edit.
Public methodSetTabStops
Set the TabStops for a rich edit control.
Public methodShowSelection
Show the selection in the rich edit.
Top
See Also