CRichEdit.GetPageRotatemethod
Deprecated. Retrieves the text layout for a Microsoft Rich Edit control.
Syntax
FUNCTION GetPageRotate (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The 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