|
| DECLARE_CLASS_SIID (IID_IRichEdit) long AddRef() PURE |
| 增加引用计数
|
|
long | Release () PURE |
| 减少引用计数
|
|
void | OnFinalRelease () PURE |
| 释放对象
|
|
IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口
|
|
BOOL | ShowScrollBar (int wBar, BOOL bShow) PURE |
| 显示/隐藏滚动条
|
|
BOOL | EnableScrollBar (int wBar, BOOL bEnable) PURE |
| Enable/Disable滚动条
|
|
BOOL | IsScrollBarEnable (BOOL bVertical) SCONST PURE |
| 获取滚动条Enable状态
|
|
void | SetScrollInfo (SCROLLINFO si, BOOL bVertical) PURE |
| 设置滚动条数据
|
|
BOOL | SetScrollPos (BOOL bVertical, int nNewPos, BOOL bRedraw) PURE |
| 设置滚动条位置
|
|
int | GetScrollPos (BOOL bVertical) SCONST PURE |
| 获取滚动条位置
|
|
BOOL | SetScrollRange (BOOL bVertical, int nMinPos, int nMaxPos, BOOL bRedraw) PURE |
| 设置滚动条范围
|
|
BOOL | GetScrollRange (BOOL bVertical, LPINT lpMinPos, LPINT lpMaxPos) SCONST PURE |
| 获取滚动条范围
|
|
BOOL | HasScrollBar (BOOL bVertical) SCONST PURE |
| 查询滚动条启用状态
|
|
DWORD | SaveRtf (LPCTSTR pszFileName) PURE |
| 保存数据到RTF文件
|
|
DWORD | LoadRtf (LPCTSTR pszFileName) PURE |
| 从RTF文件加载数据
|
|
void | SetSel (long nStartChar, long nEndChar, BOOL bNoScroll) PURE |
| 设置选中
|
|
void | ReplaceSel (LPCTSTR pszText, BOOL bCanUndo DEF_VAL(TRUE)) PURE |
| 替换选中项
|
|
BOOL | GetWordWrap () SCONST PURE |
|
void | SetWordWrap (BOOL fWordWrap) PURE |
|
BOOL | GetReadOnly () SCONST PURE |
| 判断是否只读
|
|
BOOL | SetReadOnly (BOOL bReadOnly) PURE |
| 设置只读
|
|
LONG | GetLimitText () SCONST PURE |
| 获取最小文本长度
|
|
BOOL | SetLimitText (int nLength) PURE |
| 设置最小文本长度
|
|
WORD | GetDefaultAlign () SCONST PURE |
| 获取对齐方式
|
|
void | SetDefaultAlign (WORD wNewAlign) PURE |
| 设置默认对齐方式
|
|
BOOL | GetRichTextFlag () SCONST PURE |
| 获取标志
|
|
void | SetRichTextFlag (BOOL fRich) PURE |
| 设置标志
|
|
LONG | GetDefaultLeftIndent () SCONST PURE |
| 设置标志
|
|
void | SetDefaultLeftIndent (LONG lNewIndent) PURE |
| 设置缩进
|
|
BOOL | SetSaveSelection (BOOL fSaveSelection) PURE |
|
COLORREF | SetDefaultTextColor (COLORREF cr) PURE |
| 默认文本颜色
|
|
| DECLARE_CLASS_SIID (IID_IPanel) long AddRef() PURE |
| 增加引用计数
|
|
long | Release () PURE |
| 减少引用计数
|
|
void | OnFinalRelease () PURE |
| 释放对象
|
|
IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口
|
|
BOOL | ShowScrollBar (int wBar, BOOL bShow) PURE |
| 显示/隐藏滚动条
|
|
BOOL | EnableScrollBar (int wBar, BOOL bEnable) PURE |
| Enable/Disable滚动条
|
|
BOOL | IsScrollBarEnable (BOOL bVertical) SCONST PURE |
| 获取滚动条Enable状态
|
|
void | SetScrollInfo (SCROLLINFO si, BOOL bVertical) PURE |
| 设置滚动条数据
|
|
BOOL | SetScrollPos (BOOL bVertical, int nNewPos, BOOL bRedraw) PURE |
| 设置滚动条位置
|
|
int | GetScrollPos (BOOL bVertical) SCONST PURE |
| 获取滚动条位置
|
|
BOOL | SetScrollRange (BOOL bVertical, int nMinPos, int nMaxPos, BOOL bRedraw) PURE |
| 设置滚动条范围
|
|
BOOL | GetScrollRange (BOOL bVertical, LPINT lpMinPos, LPINT lpMaxPos) SCONST PURE |
| 获取滚动条范围
|
|
BOOL | HasScrollBar (BOOL bVertical) SCONST PURE |
| 查询滚动条启用状态
|
|
| DECLARE_CLASS_SIID (IID_ICtrl) long AddRef() PURE |
| 增加引用计数
|
|
long | Release () PURE |
| 减少引用计数
|
|
void | OnFinalRelease () PURE |
| 释放对象
|
|
IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口
|
|
long | AddRef () PURE |
| Increases the reference count.
|
|
long | Release () PURE |
| Decreases the reference count.
|
|
void | OnFinalRelease () PURE |
| Called when the reference count reaches zero and the object is about to be released.
|
|
Definition at line 2715 of file SCtrl-i.h.