<< Return to Main Index

< Return to Class Index

CGXComboBox::CreateListBox

CWnd* CreateListBox(CWnd* pParentWnd, CWnd* pMsgWnd, UINT nID);

pParentWnd

A pointer to transparent window with WS_POPUP style. The list box will be created as child of this transparent popup window.

pMsgWnd

A pointer to the CEdit window.

nID

Specifies the list box’s window id.

Return Value

A pointer to the constructed list box object.

Remarks

Constructs the list box part of the combo box as child of a transparent popup window.

CGXComboBox

Class Overview | Class Members