The CContainedWindow class implements a window contained within another object.
class CContainedWindow : public CWindow
Header file: | Atlwin.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
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.
CContainedWindow Methods, CContainedWindow Data Members, CComObject, CContainedWindow::Create