<< Return to Main Index

< Return to Class Index

CGXTabbedComboBox::CGXTabbedComboBox

CGXTabbedComboBox(CGXGridCore* pGrid, UINT nEditID, UINT nListBoxID);

pGrid

Pointer to the parent grid.

nEditID

Specifies the edit control’s window ID.

nListBoxID

Specifies the drop-down list box's window ID.

Remarks

Constructs a tabbed combo box control object.

Here is how Objective Grid allocates a CGXTabbedComboBoxWnd object in its control factory:

case GX_IDS_CTRL_TABBED_COMBOBOX:

// register dropdown list

{

CGXTabbedComboBox* pWnd = new CGXTabbedComboBox(pGrid, GX_IDS_CTRL_TABBED_COMBOBOX, GX_IDS_CTRL_TABBED_COMBOBOX);

pControl = pWnd;

}

break;

See Also

CGXGridCore::RegisterControl

CGXTabbedComboBox

Class Overview | Class Members