MvcScrollView_T::OnWndMsg
BOOLMvcScrollView_T::OnWndMsg(UINTmessage, WPARAMwParam, LPARAMlParam, LRESULT*pResult)
Forwards messages to the embedded viewport
Defined in: MvcScrollView.h
Return Value
TRUE if message was handled, otherwise FALSE.
Parameters
message
The windows message being handled
wParam
Specifies additional message-dependent information.
lParam
Specifies additional message-dependent information.
pResult
The return value
Comments
This handler also watches for scrolling and sizing messages to call DoScrollViewport.See Also