CEdit::GetMargins
Visual Studio 2008
Call this member function to retrieve the left and right margins of this edit control.
DWORD GetMargins( ) const;
Margins are measured in pixels.
Note: |
|---|
This member function is available beginning with Windows 95 and Windows NT 4.0. |
For more information, see EM_GETMARGINS in the Windows SDK.
See the example for CEditView::GetEditCtrl.
Note: