CRichEditCtrl::DisplayBand

显示内容的部分rich edit控件(文本和OLE项),如以前格式由 FormatRange

BOOL DisplayBand(
   LPRECT pDisplayRect 
);

参数

  • pDisplayRect
    RECTCRect 对象的指针指定计算机的区域的显示文本。

返回值

非零,则该格式化文本的显示成功,否则,0。

备注

文本和OLE项剪辑到指针的指定区域 pDisplayRect。

有关更多信息,请参见 Windows SDK的 EM_DISPLAYBAND

示例

CRichEditCtrl::FormatRange参见示例。

要求

Header: afxcmn.h

请参见

参考

CRichEditCtrl选件类

层次结构图

CRichEditCtrl::FormatRange