CContainedWindow

The CContainedWindow class implements a window contained within another object.

Syntax

class CContainedWindow : public CWindow

At a Glance

Header file: Atlwin.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

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 can't use all the same flags for the dwStyle and dwExStyle parameters to the Create method that you can use on other Windows platforms. Windows CE also doesn't support stand alone menu bars.

See Also

CContainedWindow Methods, CContainedWindow Data Members, CComObject, CContainedWindow::Create