CRichEditCtrl Members
Base Class Members
Construction
Line Operations
Selection Operations
Formatting Operations
Editing Operations
General Operations
Clipboard Operations
OLE Operations
Base Class Members
Construction
Creates the Windows rich edit control and associates it with this CRichEditCtrl object. |
|
Creates the Windows rich edit control with the specified extended Windows styles and associates it with this CRichEditCtrl object. |
|
Constructs a CRichEditCtrl object. |
Line Operations
Retrieves information about the character closest to a specified point in the client area of an edit control. |
|
Determines the topmost visible line in this CRichEditCtrl object. |
|
Retrieves a line of text from this CRichEditCtrl object. |
|
Retrieves the number of lines in this CRichEditCtrl object. |
|
Determines which line contains the given character. |
|
Retrieves the character index of a given line in this CRichEditCtrl object. |
|
Retrieves the length of a given line in this CRichEditCtrl object. |
|
Scrolls the text in this CRichEditCtrl object. |
|
Retrieves the client area coordinates of a specified character in an edit control. |
Selection Operations
Clears the current selection. |
|
Gets the starting and ending positions of the current selection in this CRichEditCtrl object. |
|
Retrieves the type of contents in the current selection in this CRichEditCtrl object. |
|
Gets the text of the current selection in this CRichEditCtrl object |
|
Retrieves the specified range of text. |
|
Shows or hides the current selection. |
|
Replaces the current selection in this CRichEditCtrl object with specified text. |
|
Sets the selection in this CRichEditCtrl object. |
Formatting Operations
Retrieves the current default character formatting attributes in this CRichEditCtrl object. |
|
Retrieves the paragraph formatting attributes in the current selection in this CRichEditCtrl object. |
|
Retrieves the character formatting attributes in the current selection in this CRichEditCtrl object. |
|
Sets the current default character formatting attributes in this CRichEditCtrl object. |
|
Sets the paragraph formatting attributes in the current selection in this CRichEditCtrl object. |
|
Sets the character formatting attributes in the current selection in this CRichEditCtrl object. |
|
Sets the character formatting attributes in the current word in this CRichEditCtrl object. |
Editing Operations
Determines whether there are any actions in the control's redo queue. |
|
Determines if an editing operation can be undone. |
|
Resets (clears) the undo flag of this CRichEditCtrl object. |
|
Retrieves the type of the next action, if any, in the control's redo queue. |
|
Retrieves the type of the next undo action, if any. |
|
Redoes the next action in the control's redo queue. |
|
Sets the maximum number of actions that can stored in the undo queue. |
|
Stops the control from collecting additional typing actions into the current undo action. The control stores the next typing action, if any, into a new action in the undo queue. |
|
Inserts text from an input stream into this CRichEditCtrl object. |
|
Stores text from this CRichEditCtrl object into an output stream. |
|
Reverses the last editing operation. |
General Operations
Displays a portion of the contents of this CRichEditCtrl object. |
|
Locates text within this CRichEditCtrl object. |
|
Finds the next word break before or after the specified character position, or retrieves information about the character at that position. |
|
Formats a range of text for the target output device. |
|
Determines the location of a given character within this CRichEditCtrl object. |
|
Retrieves the event mask for this CRichEditCtrl object. |
|
Gets the limit on the amount of text a user can enter into this CRichEditCtrl object. |
|
Determines if the contents of this CRichEditCtrl object have changed since the last save. |
|
Retrieves the rich edit control options. |
|
Retrieves the current punctuation characters for the rich edit control. This message is available only in Asian-language versions of the operating system. |
|
Retrieves the formatting rectangle for this CRichEditCtrl object. |
|
Retrieves the length of the text, in characters, in this CRichEditCtrl object. Does not include the terminating null character. |
|
Retrieves the number of characters or bytes in the rich edit view. Accepts a list of flags to indicate the method of determining length of the text in a rich edit control |
|
Retrieves the current text mode and undo level of a rich edit control. |
|
Retrieves the current word wrapping and word breaking options for the rich edit control. This message is available only in Asian-language versions of the operating system. |
|
Limits the amount of text a user can enter into the CRichEditCtrl object. |
|
Forces this CRichEditCtrl object to send request resize notifications. |
|
Indicates if the auto URL detection is active in a rich edit control. |
|
Sets the background color in this CRichEditCtrl object. |
|
Sets the event mask for this CRichEditCtrl object. |
|
Sets or clears the modification flag for this CRichEditCtrl object. |
|
Sets the options for this CRichEditCtrl object. |
|
Sets the punctuation characters for a rich edit control. This message is available only in Asian-language versions of the operating system. |
|
Sets the read-only option for this CRichEditCtrl object. |
|
Sets the formatting rectangle for this CRichEditCtrl object. |
|
Sets the target output device for this CRichEditCtrl object. |
|
Sets the text mode or undo level of a rich edit control. The message fails if the control contains text. |
|
Sets the word-wrapping and word-breaking options for the rich edit control. This message is available only in Asian-language versions of the operating system. |
Clipboard Operations
Determines if the contents of the Clipboard can be pasted into this rich edit control. |
|
Copies the current selection to the Clipboard. |
|
Cuts the current selection to the Clipboard. |
|
Inserts the contents of the Clipboard into this rich edit control. |
|
Inserts the contents of the Clipboard into this rich edit control in the specified data format. |
OLE Operations
Retrieves a pointer to the IRichEditOle interface for this rich edit control. |
|
Sets the IRichEditOleCallback COM object for this rich edit control. |