CContainedWindow

This class implements a window contained within another object.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

class CContainedWindow : public Cwindow

Remarks

Windows CE supports a couple of new extended window styles that are not supported by other Windows platforms. It also does not support some of the window styles the desktop platforms support. This means you cannot use all the same flags for the dwStyle and dwExStyle parameters to the Create method that you can use on other Windows-based platforms. Windows CE also does not support stand alone menu bars.

See Also

CComObject, CContainedWindow::Create