CMFCRibbonEdit::OnHighlight

Called by the framework when the pointer enters or leaves the bounds of the CMFCRibbonEdit Class control.

virtual void OnHighlight(
   BOOL bHighlight
);

Parameters

  • [in] bHighlight
    TRUE if the pointer is in the bounds of the CMFCRibbonEdit Class control; otherwise, FALSE.

Requirements

Header: afxribbonedit.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonEdit Class

Change History

Date

History

Reason

September 2008

Updated whole topic.

Information enhancement.