CMFCRibbonCategory::OnLButtonDown

Called by the framework to retrieve the ribbon element under the specified point when the user presses the left mouse button.

virtual CMFCRibbonBaseElement* OnLButtonDown(
   CPoint point
);

Parameters

  • [in] point
    The x and y coordinates of the mouse pointer, relative to the upper-left corner of the window.

Return Value

Pointer to a ribbon element if the method was successful; otherwise NULL.

Requirements

Header: afxribboncategory.h

See Also

Reference

CMFCRibbonCategory Class

Hierarchy Chart