Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves a pointer to a ribbon element if the specified point is located in it.
CMFCRibbonBaseElement* HitTest(
CPoint point,
BOOL bCheckPanelCaption = FALSE
) const;
Parameters
[in] point
The x and y coordinates of the mouse pointer, relative to the upper-left corner of the window.[in] bCheckPanelCaption
TRUE to test the ribbon panel caption; FALSE to exclude the ribbon panel caption.
Return Value
Pointer to a ribbon element if the method was successful; otherwise NULL.
Remarks
Only ribbon elements that are contained in the ribbon category are tested.
Requirements
Header: afxribboncategory.h