<< Return to Main Index

< Return to Class Index

CGXCheckListComboBox::CGXCheckListComboBox

CGXCheckListComboBox(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 listbox’s window ID.

Remarks

Constructs a checklist box control object.

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

   case GX_IDS_CTRL_CHECKLIST_COMBOBOX:
      // register dropdown check list
      {
         CGXCheckListComboBox* pWnd = new CGXCheckListComboBox(pGrid);
         pControl = pWnd;
      }
      break;

See Also

CGXGridCore::RegisterControl CGXAbstractControlFactory

CGXCheckListComboBox

Class Overview | Class Members