Control Classes

MFC for Windows CE supports most of the control classes. There are a few differences in the way MFC for Windows CE supports the CButton, CComboBox, CListBox, COleControl, CSpinButtonCtrl, CStatic, and CTabCtrl classes from the way they're supported in the standard MFC library but, for the most part, these differences are minor.

MFC for Windows CE doesn't support the CAnimateCtrl, CHotKeyCtrl, CChecklistBox, CDragListBox, CRichEditCtrl, CStatusBarCtrl, CToolbarCtr, and CToolTipCtrl classes because the Windows CE 2.0 operating system doesn't support these controls.

CButton

CBitmapButton

CComboBox

CEdit

CHeaderCtrl

CListBox

CListCtrl

COleControl

CProgressCtrl

CScrollBar

CSliderCtrl

CSpinButtonCtrl

CStatic

CTabCtrl

CTreeCtrl

To see where the control classes fit into the Windows CE class hierarchy, see Window Class Categories and Classes Derived from CObject.