This topic has not yet been rated - Rate this topic

CRichEditDoc::GetStreamFormat

Call this function to determine the text format for streaming the contents of the rich edit.

int GetStreamFormat( ) const;

One of the following flags:

  • SF_TEXT   Indicates that the rich edit control does not maintain formatting information.

  • SF_RTF   Indicates that the rich edit control does maintain formatting information.

The return value is based on the m_bRTF data member. This function returns SF_RTF if m_bRTF is TRUE; otherwise, SF_TEXT.

Header: afxrich.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.