Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Call this method to set the left and right margins of this edit control.
void SetMargins(
UINT nLeft,
UINT nRight
);
Parameters
nLeft
The width of the new left margin, in pixels.nRight
The width of the new right margin, in pixels.
Remarks
Note
This member function is available beginning with Windows 95 and Windows NT 4.0.
For more information, see EM_SETMARGINS in the Windows SDK.
Example
See the example for CEditView::GetEditCtrl.
Requirements
Header: afxwin.h