Help Center

CRichEdit.GetPageRotatemethod

Deprecated. Retrieves the text layout for a Microsoft Rich Edit control.

Windowsmethoddocumented

Syntax

FUNCTION GetPageRotate (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

The current text layout. For a list of possible text layout values, see SetPageRotate.

Description

Deprecated. Retrieves the text layout for a Microsoft Rich Edit control.

Reference

  • Defined in AfxNova/CRichEdit.inc:574
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class