0 out of 1 rated this helpful - Rate this topic

EM_GETMARGINS message

Gets the widths of the left and right margins for an edit control.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

Returns the width of the left margin in the LOWORD, and the width of the right margin in the HIWORD.

Remarks

Rich Edit: The EM_GETMARGINS message is not supported.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winuser.h (include Windows.h)

See also

EM_SETMARGINS

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.