CEdit::GetMargins
Call this member function to retrieve the left and right margins of this edit control.
DWORD GetMargins( ) const;
Return Value
The width of the left margin in the low-order WORD and the width of the right margin in the high-order WORD.
Remarks
Margins are measured in pixels.
Примечание
This member function is available beginning with Windows 95 and Windows NT 4.0.
For more information, see EM_GETMARGINS in the Windows SDK.
Example
See the example for CEditView::GetEditCtrl.
Requirements
Header: afxwin.h