RichEdit Control. More...
#include <SRichEdit.h>
Public Member Functions | |
SRichEdit () | |
Constructor. | |
virtual | ~SRichEdit () |
Destructor. | |
DWORD | SaveRtf (LPCTSTR pszFileName) OVERRIDE |
Save content to an RTF file. | |
DWORD | LoadRtf (LPCTSTR pszFileName) OVERRIDE |
Load content from an RTF file. | |
void | SetSel (long nStartChar, long nEndChar, BOOL bNoScroll) OVERRIDE |
Set the selection range. | |
void | ReplaceSel (LPCTSTR pszText, BOOL bCanUndo=TRUE) OVERRIDE |
Replace the selected text. | |
BOOL | GetWordWrap () SCONST OVERRIDE |
Get the word wrap setting. | |
void | SetWordWrap (BOOL fWordWrap) OVERRIDE |
Set the word wrap setting. | |
BOOL | GetReadOnly () SCONST OVERRIDE |
Check if the control is read-only. | |
BOOL | SetReadOnly (BOOL bReadOnly) OVERRIDE |
Set the read-only state. | |
LONG | GetLimitText () SCONST OVERRIDE |
Get the maximum text length. | |
BOOL | SetLimitText (int nLength) OVERRIDE |
Set the maximum text length. | |
WORD | GetDefaultAlign () SCONST OVERRIDE |
Get the default text alignment. | |
void | SetDefaultAlign (WORD wNewAlign) OVERRIDE |
Set the default text alignment. | |
BOOL | GetRichTextFlag () SCONST OVERRIDE |
Get the rich text flag. | |
void | SetRichTextFlag (BOOL fRich) OVERRIDE |
Set the rich text flag. | |
LONG | GetDefaultLeftIndent () SCONST OVERRIDE |
Get the default left indent. | |
void | SetDefaultLeftIndent (LONG lNewIndent) OVERRIDE |
Set the default left indent. | |
BOOL | SetSaveSelection (BOOL fSaveSelection) OVERRIDE |
Set the save selection flag. | |
COLORREF | SetDefaultTextColor (COLORREF cr) OVERRIDE |
Set the default text color. | |
void | SetWindowText (LPCTSTR lpszText) OVERRIDE |
Set the window text. | |
int | GetWindowText (TCHAR *pBuf, int nBufLen, BOOL bRawText) OVERRIDE |
Get the window text. | |
BOOL | SwndProc (UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *lResult) OVERRIDE |
Process window messages. | |
BOOL | CreateCaret (HBITMAP pBmp, int nWid, int nHeight) OVERRIDE |
Create a caret. | |
SStringT | GetWindowText (BOOL bRawText=FALSE) |
Get the window text. | |
void | SetSel (DWORD dwSelection, BOOL bNoScroll=FALSE) |
Set the selection range. | |
int | GetWindowTextLength () const |
Get the length of the window text. | |
virtual HRESULT | SetAttribute (const SNS::SStringW &amp;amp;amp;strAttribName, const SNS::SStringW &amp;amp;amp;strValue, BOOL bLoading=FALSE) |
Begin the attribute map for the SRichEdit class. | |
Protected Member Functions | |
int | OnCreate (LPVOID lpCreateStruct) |
Handle creation of the control. | |
void | OnDestroy () |
Handle destruction of the control. | |
void | OnPaint (IRenderTarget *pRT) |
Handle paint message. | |
void | OnSetFocus (SWND wndOld) |
Handle set focus message. | |
void | OnKillFocus (SWND wndFocus) |
Handle kill focus message. | |
void | OnTimer (char idEvent) |
Handle timer message. | |
virtual UINT WINAPI | OnGetDlgCode () const |
Get dialog code. | |
virtual BOOL | OnScroll (BOOL bVertical, UINT uCode, int nPos) |
Handle scroll message. | |
virtual BOOL | OnSetCursor (const CPoint &pt) |
Handle set cursor message. | |
virtual void | OnScaleChanged (int nScale) |
Handle scale change message. | |
virtual void | OnRebuildFont () |
Handle rebuild font message. | |
BOOL | IsRichScale () const |
Check if rich text scaling is enabled. | |
void | OnEnable (BOOL bEnable, UINT nStatus) |
Handle enable message. | |
HRESULT | InitDefaultCharFormat (CHARFORMAT2W *pcf, IFontS *pFont=NULL) |
Initialize default character format. | |
HRESULT | InitDefaultParaFormat (PARAFORMAT2 *ppf) |
Initialize default paragraph format. | |
virtual HRESULT | OnTxNotify (DWORD iNotify, LPVOID pv) |
Handle text notification. | |
void | OnLButtonDown (UINT nFlags, CPoint point) |
Handle left button down message. | |
void | OnLButtonUp (UINT nFlags, CPoint point) |
Handle left button up message. | |
void | OnRButtonDown (UINT nFlags, CPoint point) |
Handle right button down message. | |
void | OnMouseMove (UINT nFlags, CPoint point) |
Handle mouse move message. | |
BOOL | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
Handle mouse wheel message. | |
void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
Handle key down message. | |
LRESULT | OnButtonClick (UINT uMsg, WPARAM wParam, LPARAM lParam) |
Handle button click message. | |
void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
Handle character message. | |
void | OnSetFont (IFontS *font, BOOL bRedraw) |
Handle set font message. | |
LRESULT | OnSetText (UINT uMsg, WPARAM wParam, LPARAM lParam) |
Handle set text message. | |
LRESULT | OnSetCharFormat (UINT uMsg, WPARAM wParam, LPARAM lParam) |
Handle set character format message. | |
LRESULT | OnSetParaFormat (UINT uMsg, WPARAM wParam, LPARAM lParam) |
Handle set paragraph format message. | |
LRESULT | OnSetReadOnly (UINT uMsg, WPARAM wParam, LPARAM lParam) |
Handle set read-only message. | |
LRESULT | OnSetLimitText (UINT uMsg, WPARAM wParam, LPARAM lParam) |
Handle set limit text message. | |
LRESULT | OnNcCalcSize (BOOL bCalcValidRects, LPARAM lParam) |
Handle non-client calculate size message. | |
void | OnEnableDragDrop (BOOL bEnable) |
Enable or disable drag-and-drop. | |
LRESULT | OnGetRect (UINT uMsg, WPARAM wp, LPARAM lp) |
Handle get rectangle message. | |
BOOL | OnTxSetScrollPos (INT fnBar, INT nPos, BOOL fRedraw) |
Handle set scroll position message. | |
BOOL | OnTxSetTimer (UINT idTimer, UINT uTimeout) |
Handle set timer message. | |
void | OnTxKillTimer (UINT idTimer) |
Handle kill timer message. | |
BOOL | OnTimeout (IEvtArgs *e) |
Handle timer timeout message. | |
HRESULT | OnAttrTextColor (const SStringW &strValue, BOOL bLoading) |
Set text color attribute. | |
HRESULT | OnAttrRTF (const SStringW &strValue, BOOL bLoading) |
Set RTF attribute. | |
HRESULT | OnAttrAlign (const SStringW &strValue, BOOL bLoading) |
Set alignment attribute. | |
HRESULT | OnAttrNotifyChange (const SStringW &strValue, BOOL bLoading) |
Handle the notify change attribute. | |
HRESULT | OnAttrPasswordChar (const SStringW &strValue, BOOL bLoading) |
Handle the password character attribute. | |
HRESULT | OnAttrEnableDragdrop (const SStringW &strValue, BOOL bLoading) |
Handle the enable dragdrop attribute. | |
HRESULT | OnAttrReStyle (const SStringW &strValue, DWORD dwStyle, DWORD txtBit, BOOL bLoading) |
Handle the restyle attribute. | |
HRESULT | OnAttrReStyle2 (const SStringW &strValue, DWORD dwStyle, DWORD txtBit, BOOL bLoading) |
Handle the restyle attribute (variant) | |
Protected Attributes | |
CHARFORMAT2W | m_cfDef |
PARAFORMAT2 | m_pfDef |
DWORD | m_cchTextMost |
TCHAR | m_chPasswordChar |
LONG | m_lAccelPos |
SIZEL | m_sizelExtent |
CRect | m_rcInset |
int | m_nFontHeight |
DWORD | m_dwStyle |
UINT | m_fEnableAutoWordSel: 1 |
UINT | m_fWordWrap: 1 |
UINT | m_fRich: 1 |
UINT | m_fSaveSelection: 1 |
UINT | m_fTransparent: 1 |
UINT | m_fVertical: 1 |
UINT | m_fAllowBeep: 1 |
UINT | m_fWantTab: 1 |
UINT | m_fSingleLineVCenter: 1 |
UINT | m_fScrollPending: 1 |
UINT | m_fEnableDragDrop: 1 |
UINT | m_fAutoSel: 1 |
UINT | m_fNotifyChange: 1 |
UINT | m_fDisableCaret: 1 |
BYTE | m_byDbcsLeadByte |
SStringW | m_strRtfSrc |
STextHost * | m_pTxtHost |
SMap< UINT, SAutoRefPtr< ITimer > > | m_mapTimer |
Friends | |
class | STextHost |
class | SApplication |
RichEdit Control.
A control that uses a windowless RichEdit to implement an edit control.
Definition at line 31 of file SRichEdit.h.
SRichEdit::SRichEdit | ( | ) |
Constructor.
Definition at line 1125 of file SRichEdit.cpp.
|
inlinevirtual |
Destructor.
Definition at line 46 of file SRichEdit.h.
BOOL SRichEdit::CreateCaret | ( | HBITMAP | pBmp, |
int | nWid, | ||
int | nHeight ) |
Create a caret.
pBmp | Bitmap for the caret |
nWid | Width of the caret |
nHeight | Height of the caret |
Definition at line 2245 of file SRichEdit.cpp.
WORD SRichEdit::GetDefaultAlign | ( | ) |
Get the default text alignment.
Definition at line 1569 of file SRichEdit.cpp.
LONG SRichEdit::GetDefaultLeftIndent | ( | ) |
Get the default left indent.
Definition at line 1594 of file SRichEdit.cpp.
LONG SRichEdit::GetLimitText | ( | ) |
Get the maximum text length.
Definition at line 1559 of file SRichEdit.cpp.
BOOL SRichEdit::GetReadOnly | ( | ) |
Check if the control is read-only.
Definition at line 1549 of file SRichEdit.cpp.
BOOL SRichEdit::GetRichTextFlag | ( | ) |
Get the rich text flag.
Definition at line 1582 of file SRichEdit.cpp.
|
virtual |
Get the window text.
bRawText | Whether to get raw text |
Reimplemented from SWindow.
Definition at line 1964 of file SRichEdit.cpp.
int SRichEdit::GetWindowText | ( | TCHAR * | pBuf, |
int | nBufLen, | ||
BOOL | bRawText ) |
Get the window text.
pBuf | Buffer to store the text |
nBufLen | Length of the buffer |
bRawText | Whether to get raw text |
Definition at line 1948 of file SRichEdit.cpp.
int SRichEdit::GetWindowTextLength | ( | ) | const |
Get the length of the window text.
Definition at line 1975 of file SRichEdit.cpp.
BOOL SRichEdit::GetWordWrap | ( | void | ) |
Get the word wrap setting.
Definition at line 1538 of file SRichEdit.cpp.
|
protected |
Initialize default character format.
pcf | Character format structure |
pFont | Font to apply |
Definition at line 1455 of file SRichEdit.cpp.
|
protected |
Initialize default paragraph format.
ppf | Paragraph format structure |
Definition at line 1509 of file SRichEdit.cpp.
|
protected |
Check if rich text scaling is enabled.
Definition at line 2334 of file SRichEdit.cpp.
DWORD SRichEdit::LoadRtf | ( | LPCTSTR | pszFileName | ) |
Load content from an RTF file.
pszFileName | File name to load the RTF content |
Definition at line 2180 of file SRichEdit.cpp.
|
protected |
Set alignment attribute.
strValue | Attribute value |
bLoading | Loading flag |
Definition at line 2131 of file SRichEdit.cpp.
|
protected |
Handle the enable dragdrop attribute.
SRichEdit::OnAttrEnableDragdrop
const | SStringW &strValue – The attribute value as a string |
BOOL | bLoading – Indicates if the attribute is being loaded |
Describe This function processes the "enableDragdrop" attribute, which determines whether drag-and-drop operations are enabled in the control.
Definition at line 2288 of file SRichEdit.cpp.
|
protected |
Handle the notify change attribute.
const | SStringW &strValue – The attribute value as a string |
BOOL | bLoading – Indicates if the attribute is being loaded |
Describe This function processes the "notifyChange" attribute, which determines whether the control should receive notifications when data changes.
Definition at line 2152 of file SRichEdit.cpp.
|
protected |
Handle the password character attribute.
const | SStringW &strValue – The attribute value as a string |
BOOL | bLoading – Indicates if the attribute is being loaded |
Describe This function processes the "passwordChar" attribute, which sets the character used to display password input.
Definition at line 2281 of file SRichEdit.cpp.
|
protected |
Handle the restyle attribute.
const | SStringW &strValue – The attribute value as a string |
DWORD | dwStyle – The style to apply |
DWORD | txtBit – The text bit to apply |
BOOL | bLoading – Indicates if the attribute is being loaded |
Describe This function processes various restyle attributes, applying the specified style and text bit to the control.
Definition at line 2252 of file SRichEdit.cpp.
|
protected |
Handle the restyle attribute (variant)
const | SStringW &strValue – The attribute value as a string |
DWORD | dwStyle – The style to apply |
DWORD | txtBit – The text bit to apply |
BOOL | bLoading – Indicates if the attribute is being loaded |
Describe This function processes additional restyle attributes, applying the specified style and text bit to the control.
Definition at line 2267 of file SRichEdit.cpp.
|
protected |
Set RTF attribute.
strValue | Attribute value |
bLoading | Loading flag |
Definition at line 2066 of file SRichEdit.cpp.
|
protected |
Set text color attribute.
strValue | Attribute value |
bLoading | Loading flag |
Definition at line 2009 of file SRichEdit.cpp.
|
protected |
Handle button click message.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
Definition at line 1639 of file SRichEdit.cpp.
|
protected |
Handle character message.
nChar | Character code |
nRepCnt | Repeat count |
nFlags | Character flags |
Definition at line 1734 of file SRichEdit.cpp.
|
protected |
Handle creation of the control.
lpCreateStruct | Create structure |
Definition at line 1157 of file SRichEdit.cpp.
|
protected |
Handle destruction of the control.
Definition at line 1203 of file SRichEdit.cpp.
|
protected |
Handle enable message.
bEnable | Enable flag |
nStatus | Status code |
Definition at line 2212 of file SRichEdit.cpp.
|
protected |
Enable or disable drag-and-drop.
bEnable | Enable flag |
Definition at line 2117 of file SRichEdit.cpp.
|
protectedvirtual |
|
protected |
Handle get rectangle message.
uMsg | Message identifier |
wp | Additional message-specific information |
lp | Additional message-specific information |
Definition at line 2298 of file SRichEdit.cpp.
|
protected |
Handle key down message.
nChar | Key code |
nRepCnt | Repeat count |
nFlags | Key flags |
Definition at line 1711 of file SRichEdit.cpp.
|
protected |
Handle kill focus message.
wndFocus | New focus window handle |
Definition at line 1303 of file SRichEdit.cpp.
|
protected |
Handle left button down message.
nFlags | Mouse flags |
point | Mouse coordinates |
Definition at line 1618 of file SRichEdit.cpp.
|
protected |
Handle left button up message.
nFlags | Mouse flags |
point | Mouse coordinates |
Definition at line 1633 of file SRichEdit.cpp.
|
protected |
Handle mouse move message.
nFlags | Mouse flags |
point | Mouse coordinates |
Definition at line 1706 of file SRichEdit.cpp.
|
protected |
Handle mouse wheel message.
nFlags | Mouse flags |
zDelta | Wheel delta |
pt | Mouse coordinates |
Definition at line 2231 of file SRichEdit.cpp.
|
protected |
Handle non-client calculate size message.
bCalcValidRects | Whether to calculate valid rectangles |
lParam | Additional message-specific information |
Definition at line 1788 of file SRichEdit.cpp.
|
protected |
Handle paint message.
pRT | Rendering target handle |
Definition at line 1218 of file SRichEdit.cpp.
|
protected |
Handle right button down message.
nFlags | Mouse flags |
point | Mouse coordinates |
Definition at line 1645 of file SRichEdit.cpp.
|
protectedvirtual |
Handle rebuild font message.
Reimplemented from SWindow.
Definition at line 2206 of file SRichEdit.cpp.
|
protectedvirtual |
Handle scale change message.
nScale | New scale factor |
Reimplemented from SPanel.
Definition at line 2193 of file SRichEdit.cpp.
|
protectedvirtual |
Handle scroll message.
bVertical | TRUE if vertical scroll, FALSE if horizontal |
uCode | Scroll code |
nPos | Scroll position |
Reimplemented from SPanel.
Definition at line 1345 of file SRichEdit.cpp.
|
protected |
Handle set character format message.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
Definition at line 1853 of file SRichEdit.cpp.
|
protectedvirtual |
Handle set cursor message.
pt | Mouse coordinates |
Reimplemented from SWindow.
Definition at line 1420 of file SRichEdit.cpp.
|
protected |
Handle set focus message.
wndOld | Previous focus window handle |
Definition at line 1284 of file SRichEdit.cpp.
|
protected |
Handle set font message.
font | Font to apply |
bRedraw | Whether to redraw the control |
Definition at line 1924 of file SRichEdit.cpp.
|
protected |
Handle set limit text message.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
Definition at line 1843 of file SRichEdit.cpp.
|
protected |
Handle set paragraph format message.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
Definition at line 1870 of file SRichEdit.cpp.
|
protected |
Handle set read-only message.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
Definition at line 1838 of file SRichEdit.cpp.
|
protected |
Handle set text message.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
Definition at line 1903 of file SRichEdit.cpp.
|
protected |
Handle timer timeout message.
e | Event arguments |
Definition at line 2327 of file SRichEdit.cpp.
|
protected |
|
protected |
Handle kill timer message.
idTimer | Timer ID |
Definition at line 2322 of file SRichEdit.cpp.
|
protectedvirtual |
Handle text notification.
iNotify | Notification code |
pv | Notification data |
Definition at line 1527 of file SRichEdit.cpp.
|
protected |
Handle set scroll position message.
fnBar | Scroll bar identifier |
nPos | Scroll position |
fRedraw | Whether to redraw the control |
Definition at line 928 of file SRichEdit.cpp.
|
protected |
Handle set timer message.
idTimer | Timer ID |
uTimeout | Timeout interval |
Definition at line 2304 of file SRichEdit.cpp.
void SRichEdit::ReplaceSel | ( | LPCTSTR | pszText, |
BOOL | bCanUndo = TRUE ) |
Replace the selected text.
pszText | Text to replace the selection |
bCanUndo | Whether the operation can be undone |
Definition at line 1985 of file SRichEdit.cpp.
DWORD SRichEdit::SaveRtf | ( | LPCTSTR | pszFileName | ) |
Save content to an RTF file.
pszFileName | File name to save the RTF content |
Definition at line 2167 of file SRichEdit.cpp.
|
inlinevirtual |
Begin the attribute map for the SRichEdit class.
SRichEdit::SOUI_ATTRS_BEGIN
Describe This macro starts the definition of the attribute map, which maps XML attributes to member variables and custom handlers.
Reimplemented from SPanel.
Definition at line 631 of file SRichEdit.h.
void SRichEdit::SetDefaultAlign | ( | WORD | wNewAlign | ) |
Set the default text alignment.
wNewAlign | New text alignment |
Definition at line 1574 of file SRichEdit.cpp.
void SRichEdit::SetDefaultLeftIndent | ( | LONG | lNewIndent | ) |
Set the default left indent.
lNewIndent | New left indent |
Definition at line 1599 of file SRichEdit.cpp.
COLORREF SRichEdit::SetDefaultTextColor | ( | COLORREF | cr | ) |
Set the default text color.
cr | New text color |
Definition at line 2105 of file SRichEdit.cpp.
BOOL SRichEdit::SetLimitText | ( | int | nLength | ) |
Set the maximum text length.
nLength | Maximum text length |
Definition at line 1564 of file SRichEdit.cpp.
BOOL SRichEdit::SetReadOnly | ( | BOOL | bReadOnly | ) |
Set the read-only state.
bReadOnly | TRUE to set read-only, FALSE to allow editing |
Definition at line 1554 of file SRichEdit.cpp.
void SRichEdit::SetRichTextFlag | ( | BOOL | fRich | ) |
Set the rich text flag.
fRich | TRUE to enable rich text, FALSE to disable |
Definition at line 1587 of file SRichEdit.cpp.
BOOL SRichEdit::SetSaveSelection | ( | BOOL | fSaveSelection | ) |
Set the save selection flag.
fSaveSelection | TRUE to save selection, FALSE otherwise |
Definition at line 1606 of file SRichEdit.cpp.
void SRichEdit::SetSel | ( | DWORD | dwSelection, |
BOOL | bNoScroll = FALSE ) |
Set the selection range.
dwSelection | Selection range |
bNoScroll | Whether to scroll to the selection |
Definition at line 1995 of file SRichEdit.cpp.
void SRichEdit::SetSel | ( | long | nStartChar, |
long | nEndChar, | ||
BOOL | bNoScroll ) |
Set the selection range.
nStartChar | Start character position |
nEndChar | End character position |
bNoScroll | Whether to scroll to the selection |
Definition at line 2002 of file SRichEdit.cpp.
void SRichEdit::SetWindowText | ( | LPCTSTR | lpszText | ) |
Set the window text.
lpszText | New window text |
Definition at line 1932 of file SRichEdit.cpp.
void SRichEdit::SetWordWrap | ( | BOOL | fWordWrap | ) |
Set the word wrap setting.
fWordWrap | TRUE to enable word wrap, FALSE to disable |
Definition at line 1543 of file SRichEdit.cpp.
BOOL SRichEdit::SwndProc | ( | UINT | uMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
LRESULT * | lResult ) |
Process window messages.
uMsg | Message identifier |
wParam | Additional message-specific information |
lParam | Additional message-specific information |
lResult | Pointer to the result |
Definition at line 1433 of file SRichEdit.cpp.
|
friend |
Definition at line 33 of file SRichEdit.h.
|
friend |
Definition at line 32 of file SRichEdit.h.
|
protected |
DBCS输入时的中文头字节
Definition at line 689 of file SRichEdit.h.
|
protected |
Maximum number of characters
Definition at line 666 of file SRichEdit.h.
|
protected |
Default character format
Definition at line 664 of file SRichEdit.h.
|
protected |
Character used for password input
Definition at line 667 of file SRichEdit.h.
|
protected |
Definition at line 672 of file SRichEdit.h.
|
protected |
Whether message beep is allowed in the control
Definition at line 680 of file SRichEdit.h.
|
protected |
有焦点时自动全选
Definition at line 686 of file SRichEdit.h.
|
protected |
disable caret flag
Definition at line 688 of file SRichEdit.h.
|
protected |
Enable Word style auto word selection?
Definition at line 674 of file SRichEdit.h.
|
protected |
允许在该控件中使用拖放
Definition at line 685 of file SRichEdit.h.
|
protected |
receive re_notify when data changed
Definition at line 687 of file SRichEdit.h.
|
protected |
Whether control is rich text
Definition at line 676 of file SRichEdit.h.
|
protected |
Whether to save the selection when inactive
Definition at line 677 of file SRichEdit.h.
|
protected |
Whether scroll is activated by richedit or by panelex
Definition at line 684 of file SRichEdit.h.
|
protected |
Whether control that is single line will be vertical centered
Definition at line 682 of file SRichEdit.h.
|
protected |
Whether control is transparent
Definition at line 678 of file SRichEdit.h.
|
protected |
Whether control is layout following vertical
Definition at line 679 of file SRichEdit.h.
|
protected |
Whether control will deal with tab input
Definition at line 681 of file SRichEdit.h.
|
protected |
Whether control should word wrap
Definition at line 675 of file SRichEdit.h.
|
protected |
Position of accelerator
Definition at line 668 of file SRichEdit.h.
|
protected |
map of timer to id
Definition at line 692 of file SRichEdit.h.
|
protected |
Height of single line text output
Definition at line 671 of file SRichEdit.h.
|
protected |
Default paragraph format
Definition at line 665 of file SRichEdit.h.
|
protected |
Host of Richedit
Definition at line 691 of file SRichEdit.h.
|
protected |
Inset margin
Definition at line 670 of file SRichEdit.h.
|
protected |
Extent array
Definition at line 669 of file SRichEdit.h.
|
protected |
在XML中指定的RTF数据源
Definition at line 690 of file SRichEdit.h.