Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtPopupMenuWnd::g_nMsgTranslateMouseMoveEvent Question Collapse All
Subject Author Date
tera tera Nov 6, 2008 - 2:21 AM

Please teach how to use


 

Technical Support Nov 6, 2008 - 7:00 AM

The CExtPopupBaseWnd::g_nMsgTranslateMouseMoveEvent registered message is sent on each mouse move message while a popup menu is displayed on the screen. It allows you to watch, intercept and/or filter and handle mouse movement events of popup menus. The WPARAM parameter of this message is a pointer to the CExtPopupBaseWnd::TranslateMouseMoveEventData_t data object which contains details about mouse movement and your handler method should set its m_bMessageHandled property to true value if you want to intercept mouse movement and not let menu to handle it. The LPARAM parameter is unused. The CExtPopupBaseWnd::g_nMsgTranslateMouseMoveEvent registered message is very specific and you typically never need to handle it.