Share via


CMFCRibbonPanel::GetDroppedDown

Retrieves a pointer to a ribbon element if its pop-up menu is dropped down.

CMFCRibbonBaseElement* GetDroppedDown() const;

Return Value

Pointer to the ribbon element that has its pop-up menu dropped down; otherwise NULL if no ribbon element has its pop-up menu dropped down.

Remarks

Only ribbon elements that are contained in the ribbon panel are tested.

Requirements

Header: afxribbonpanel.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonPanel Class

Change History

Date

History

Reason

October 2008

Updated whole topic.

Information enhancement.