CStatic

This class provides the functionality of a Windows CE static control. A static control is a control used to display text, to draw frames or lines separating other controls, or to display icons. A static control does not accept user input, but it cannotify its parent of stylus taps if it is created with SS_NOTIFY style.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Remarks

Windows CE does not support the following methods of the CStatic class:

Windows CE does not support owner-drawn static controls, so you cannot specify ODT_STATIC in the CtlType member of the DRAWITEMSTRUCT structure.

See Also

CWnd, CButton, CComboBox, CEdit, CListBox, CScrollBar, CDialog, Control Classes