CMFCDropDownListBox::Track

Creates and opens a drop-down list box.

void Track(
   CPoint point,
   CWnd *pWndOwner = NULL
);

Parameters

Parameter

Description

[in] point

The screen coordinates for the location of the drop-down list box.

[in] pWndOwner

The parent window of the drop-down list box.

Remarks

This method is called by the CMFCRibbonComboBox class when the user opens a drop-down list box.

Requirements

Header: afxdropdownlistbox.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCDropDownListBox Class

CMFCRibbonComboBox Class