CMFCRibbonPanel::HitTest
Retrieves a ribbon element if the specified point is located in it.
virtual CMFCRibbonBaseElement* HitTest(
CPoint point,
BOOL bCheckPanelCaption = FALSE
);
Parameters
[in] point
The x and y coordinates of the pointer, relative to the upper-left corner of the window.[in] bCheckPanelCaption
TRUE to test the ribbon panel caption; otherwise FALSE.
Return Value
Pointer to a ribbon element if the specified point is located in it; otherwise NULL.
Remarks
Only ribbon elements that are contained in the ribbon panel are tested.
Requirements
Header: afxribbonpanel.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |