Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base Class Members
Construction
Attributes
Operations
Clipboard Operations
Base Class Members
Construction
Constructs a CEdit control object. |
|
Creates the Windows edit control and attaches it to the CEdit object. |
CEdit Attributes
Determines whether an edit-control operation can be undone. |
|
Retrieves the line and character indexes for the character closest to a specified position. |
|
Retrieves the text that is displayed as the text cue, or tip, in an edit control when the control is empty and does not have focus. |
|
Determines the topmost visible line in an edit control. |
|
Retrieves a handle to the memory that is currently allocated for a multiple-line edit control. |
|
Gets the indexes of the starting and ending characters in a range of text that is highlighted in the current edit control. |
|
Gets the maximum amount of text this CEdit can contain. |
|
Retrieves a line of text from an edit control. |
|
Retrieves the number of lines in a multiple-line edit control. |
|
Gets the left and right margins for this CEdit. |
|
Determines whether the contents of an edit control have been modified. |
|
Retrieves the password character displayed in an edit control when the user enters text. |
|
Gets the formatting rectangle of an edit control. |
|
Gets the first and last character positions of the current selection in an edit control. |
|
Retrieves the coordinates of the upper-left corner of a specified character index. |
|
Sets the text that is displayed as the text cue, or tip, in an edit control when the control is empty and does not have focus. |
|
Sets the text that is displayed as the text cue, or tip, in an edit control when the control is empty and does not have focus. |
|
Sets the handle to the local memory that will be used by a multiple-line edit control. |
|
Highlights a range of text that is displayed in the current edit control. |
|
Sets the maximum amount of text this CEdit can contain. |
|
Sets the left and right margins for this CEdit. |
|
Sets or clears the modification flag for an edit control. |
CEdit Operations
Resets (clears) the undo flag of an edit control. |
|
Sets the inclusion of soft line-break characters on or off within a multiple-line edit control. |
|
Hides any balloon tip associated with the current edit control. |
|
Limits the length of the text that the user can enter into an edit control. |
|
Retrieves the line number of the line that contains the specified character index. |
|
Retrieves the character index of a line within a multiple-line edit control. |
|
Retrieves the length of a line in an edit control. |
|
Scrolls the text of a multiple-line edit control. |
|
Replaces the current selection in an edit control with the specified text. |
|
Sets or removes a password character displayed in an edit control when the user enters text. |
|
Sets the read-only state of an edit control. |
|
Sets the formatting rectangle of a multiple-line edit control and updates the control. |
|
Sets the formatting rectangle of a multiple-line edit control without redrawing the control window. |
|
Selects a range of characters in an edit control. |
|
Sets the tab stops in a multiple-line edit control. |
|
Displays a balloon tip that is associated with the current edit control. |
CEdit Clipboard Operations
Deletes (clears) the current selection (if any) in the edit control. |
|
Copies the current selection (if any) in the edit control to the Clipboard in CF_TEXT format. |
|
Deletes (cuts) the current selection (if any) in the edit control and copies the deleted text to the Clipboard in CF_TEXT format. |
|
Inserts the data from the Clipboard into the edit control at the current cursor position. Data is inserted only if the Clipboard contains data in CF_TEXT format. |
|
Reverses the last edit-control operation. |