SECCurrencyEdit::OnSetMargins
LRESULTSECCurrencyEdit::OnSetMargins(WPARAMwParam, LPARAMlParam)
Called to handle the EM_SETMARGINS message.
Defined in: curredit.cpp
Return Value
0L
Parameters
wParam
One of the following constants:
EC_LEFTMARGIN
To set the left margin
EC_RIGHTMARGIN
To set the right margin
EC_USEFONTINFO
To use average character width for both margins using current font.
lParam
Upper word contains left margin. Lower word contains right margin.
See Also