CLayoutManagerBase Class

class CLayoutManagerBase: public CLayoutManagerRootBase

Same as CLayoutManagerRootBase, except that takes as a template parameter the window message that has to be handled for the initiailization process. The reason for this is that such message varies depending on whether the associated window is a standard window or a dialog box.

Defined in: LayoutManager.h

Class Template Arguments

initMessage

Message on which response the layout initialization process must be performed. Default is WM_CREATE.