Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework when a CMFCToolBarButtonobject processes a WM_NCHITTEST message.
virtual BOOL OnMenuButtonToolHitTest(
CMFCToolBarButton* pButton,
TOOLINFO* pTI
);
Parameters
[in] pButton
Pointer to a menu button.[out] pTI
Pointer to a TOOLINFO structure.
Return Value
The default implementation does nothing and returns 0. Your implementation should return a non-zero value if it fills the pTI parameter.
Remarks
Override this method to provide ToolTip information about a specific menu item.
Requirements
Header: afxoleipframewndex.h