GRichEditCtrl
GRichEditCtrl — a text entry and editing window.
class GRichEditCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GRichEditCtrl
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)Corresponds to
CRichEditCtrl::AddControlResizeFlags.
AppendText (args?...)Corresponds to
CRichEditCtrl::AppendText.
CanPaste (args?...)Corresponds to CRichEditCtrl::CanPaste.
CanRedo ()Corresponds to CRichEditCtrl::CanRedo.
CanUndo ()Corresponds to CRichEditCtrl::CanUndo.
CharFromPos (pt)Corresponds to
CRichEditCtrl::CharFromPos.
Clear ()Corresponds to CRichEditCtrl::Clear.
Copy ()Corresponds to CRichEditCtrl::Copy.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CRichEditCtrl::Create.
Cut ()Corresponds to CRichEditCtrl::Cut.
DisplayBand (pDisplayRect)Corresponds to
CRichEditCtrl::DisplayBand.
EmptyUndoBuffer ()Corresponds to
CRichEditCtrl::EmptyUndoBuffer.
EndResizeGroup ()Corresponds to
CRichEditCtrl::EndResizeGroup.
FindTextA (args?...)Corresponds to CRichEditCtrl::FindTextA.
FindWordBreak (nCode, nStartChar)Corresponds to
CRichEditCtrl::FindWordBreak.
FormatRange (args?...)Corresponds to
CRichEditCtrl::FormatRange.
GetAutoURLDetect ()Corresponds to
CRichEditCtrl::GetAutoURLDetect.
GetDefaultCharFormat (args?...)Corresponds to
CRichEditCtrl::GetDefaultCharFormat.
GetEventMask ()Corresponds to
CRichEditCtrl::GetEventMask.
GetFirstVisibleLine ()Corresponds to
CRichEditCtrl::GetFirstVisibleLine.
GetLimitText ()Corresponds to
CRichEditCtrl::GetLimitText.
GetLine (args?...)Corresponds to CRichEditCtrl::GetLine.
GetLineCount ()Corresponds to
CRichEditCtrl::GetLineCount.
GetModify ()Corresponds to CRichEditCtrl::GetModify.
GetOptions ()Corresponds to
CRichEditCtrl::GetOptions.
GetParaFormat (args?...)Corresponds to
CRichEditCtrl::GetParaFormat.
GetRect (lpRect)Corresponds to CRichEditCtrl::GetRect.
GetRedoName ()Corresponds to
CRichEditCtrl::GetRedoName.
GetSel (args?...)Corresponds to CRichEditCtrl::GetSel.
GetSelText (lpBuf)Corresponds to
CRichEditCtrl::GetSelText.
GetSelectionCharFormat (args?...)Corresponds to
CRichEditCtrl::GetSelectionCharFormat.
GetSelectionType ()Corresponds to
CRichEditCtrl::GetSelectionType.
GetTextEx (args?...)Corresponds to CRichEditCtrl::GetTextEx.
GetTextLength ()Corresponds to
CRichEditCtrl::GetTextLength.
GetTextLengthEx (args?...)Corresponds to
CRichEditCtrl::GetTextLengthEx.
GetTextMode ()Corresponds to
CRichEditCtrl::GetTextMode.
GetTextRange (args?...)Corresponds to
CRichEditCtrl::GetTextRange.
GetUndoName ()Corresponds to
CRichEditCtrl::GetUndoName.
HideSelection (args?...)Corresponds to
CRichEditCtrl::HideSelection.
InsertText (args?...)Corresponds to
CRichEditCtrl::InsertText.
LimitText (args?...)Corresponds to CRichEditCtrl::LimitText.
LineFromChar (nIndex)Corresponds to
CRichEditCtrl::LineFromChar.
LineIndex (args?...)Corresponds to CRichEditCtrl::LineIndex.
LineLength (args?...)Corresponds to
CRichEditCtrl::LineLength.
LineScroll (args?...)Corresponds to
CRichEditCtrl::LineScroll.
Paste ()Corresponds to CRichEditCtrl::Paste.
PasteSpecial (args?...)Corresponds to
CRichEditCtrl::PasteSpecial.
PosFromChar (nChar)Corresponds to
CRichEditCtrl::PosFromChar.
Redo ()Corresponds to CRichEditCtrl::Redo.
ReplaceSel (args?...)Corresponds to
CRichEditCtrl::ReplaceSel.
RequestResize ()Corresponds to
CRichEditCtrl::RequestResize.
ScrollCaret ()Corresponds to
CRichEditCtrl::ScrollCaret.
SetAutoURLDetect (args?...)Corresponds to
CRichEditCtrl::SetAutoURLDetect.
SetBackgroundColor (args?...)Corresponds to
CRichEditCtrl::SetBackgroundColor.
SetCharFormat (args?...)Corresponds to
CRichEditCtrl::SetCharFormat.
SetDefaultCharFormat (args?...)Corresponds to
CRichEditCtrl::SetDefaultCharFormat.
SetEventMask (dwEventMask)Corresponds to
CRichEditCtrl::SetEventMask.
SetModify (args?...)Corresponds to CRichEditCtrl::SetModify.
SetOptions (wOperation, dwOptions)Corresponds to
CRichEditCtrl::SetOptions.
SetPalette (hPalette)Corresponds to
CRichEditCtrl::SetPalette.
SetParaFormat (args?...)Corresponds to
CRichEditCtrl::SetParaFormat.
SetReadOnly (args?...)Corresponds to
CRichEditCtrl::SetReadOnly.
SetRect (lpRect)Corresponds to CRichEditCtrl::SetRect.
SetSel (args?...)Corresponds to CRichEditCtrl::SetSel.
SetSelAll ()Corresponds to CRichEditCtrl::SetSelAll.
SetSelNone ()Corresponds to
CRichEditCtrl::SetSelNone.
SetSelectionCharFormat (args?...)Corresponds to
CRichEditCtrl::SetSelectionCharFormat.
SetTargetDevice (hDC, cxLineWidth)Corresponds to
CRichEditCtrl::SetTargetDevice.
SetTextMode (enumTextMode)Corresponds to
CRichEditCtrl::SetTextMode.
SetUndoLimit (uUndoLimit)Corresponds to
CRichEditCtrl::SetUndoLimit.
SetWordCharFormat (args?...)Corresponds to
CRichEditCtrl::SetWordCharFormat.
ShowScrollBar (args?...)Corresponds to
CRichEditCtrl::ShowScrollBar.
StartResizeGroup ()Corresponds to
CRichEditCtrl::StartResizeGroup.
StopGroupTyping ()Corresponds to
CRichEditCtrl::StopGroupTyping.
StreamIn (uFormat, es)Corresponds to CRichEditCtrl::StreamIn.
StreamOut (uFormat, es)Corresponds to CRichEditCtrl::StreamOut.
Undo ()Corresponds to CRichEditCtrl::Undo.
This class also inherits the functions of GWindowBase.