Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
DWORD GetParaFormat( PARAFORMAT& pf ) const;
Return Value
The dwMask data member of pf. It specifies the paragraph formatting attributes that are consistent throughout the current selection.
Parameters
pf
Pointer to a structure to hold the paragraph formatting attributes of the current selection.
Remarks
Call this function to get the paragraph formatting attributes of the current selection. If more than one paragraph is selected, pf receives the attributes of the first selected paragraph. The return value specifies which attributes are consistent throughout the selection.
For more information, see message and structure in the Win32 documentation.
Example
See the example for CRichEditCtrl::SetParaFormat.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::SetParaFormat, CRichEditCtrl::GetSelectionCharFormat