CEditView Methods

Construction Methods

Method Description
CEditView Constructs an object of type CEditView.

Attributes Methods

Method Description
GetEditCtrl Provides access to the CEdit portion of a CEditView object (the Windows CE edit control).
GetPrinterFont Returns a pointer to a CFont object that describes the current printer font.
GetSelectedText Retrieves the current text selection.
LockBuffer Locks the buffer.
PaginateTo Paginates a CPrintInfo object.
UnlockBuffer Unlocks the buffer.
GetBufferLength Obtains the length of the character buffer.
SetPrinterFont Sets the printer font to the font specified in pFont.
SetTabStops Sets tab stops for both screen display and printing.

Operations Methods

Method Description
FindText Searches for a string within the text.
PrintInsideRect Prints text in a specified rectangle.
SerializeRaw Serializes a CEditView object to disk as raw text.

Overridable Methods

Method Description
OnFindNext Finds next occurrence of a text string.
OnReplaceAll Replaces all occurrences of a specified string with a new string.
OnReplaceSel Replaces current selection.
OnTextNotFound Called when a find operation fails to match any additional text.