MvcScrollView_T::OnWndMsg

BOOL MvcScrollView_T::OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, 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

DoScrollViewport