GRichEditCtrl

GRichEditCtrl — a text entry and editing window.

Synopsis

class GRichEditCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GRichEditCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

AddControlResizeFlags (ctrlid, flags)
AppendText (args?...)
CanPaste (args?...)
CanRedo ()
CanUndo ()
CharFromPos (pt)
Clear ()
Copy ()
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Cut ()
DisplayBand (pDisplayRect)
EmptyUndoBuffer ()
EndResizeGroup ()
FindTextA (args?...)
FindWordBreak (nCode, nStartChar)
FormatRange (args?...)
GetAutoURLDetect ()
GetDefaultCharFormat (args?...)
GetEventMask ()
GetFirstVisibleLine ()
GetLimitText ()
GetLine (args?...)
GetLineCount ()
GetModify ()
GetOptions ()
GetParaFormat (args?...)
GetRect (lpRect)
GetRedoName ()
GetSel (args?...)
GetSelText (lpBuf)
GetSelectionCharFormat (args?...)
GetSelectionType ()
GetTextEx (args?...)
GetTextLength ()
GetTextLengthEx (args?...)
GetTextMode ()
GetTextRange (args?...)
GetUndoName ()
HideSelection (args?...)
InsertText (args?...)
LimitText (args?...)
LineFromChar (nIndex)
LineIndex (args?...)
LineLength (args?...)
LineScroll (args?...)
Paste ()
PasteSpecial (args?...)
PosFromChar (nChar)
Redo ()
ReplaceSel (args?...)
RequestResize ()
ScrollCaret ()
SetAutoURLDetect (args?...)
SetBackgroundColor (args?...)
SetCharFormat (args?...)
SetDefaultCharFormat (args?...)
SetEventMask (dwEventMask)
SetModify (args?...)
SetOptions (wOperation, dwOptions)
SetPalette (hPalette)
SetParaFormat (args?...)
SetReadOnly (args?...)
SetRect (lpRect)
SetSel (args?...)
SetSelAll ()
SetSelNone ()
SetSelectionCharFormat (args?...)
SetTargetDevice (hDC, cxLineWidth)
SetTextMode (enumTextMode)
SetUndoLimit (uUndoLimit)
SetWordCharFormat (args?...)
ShowScrollBar (args?...)
StartResizeGroup ()
StopGroupTyping ()
StreamIn (uFormat, es)
StreamOut (uFormat, es)
Undo ()

This class also inherits the functions of GWindowBase.