|
protectedvirtual |
Called by the framework before a creation of the window attached to a CWnd object to load the window placement information from the registry.
The BCGControlBar Library framework automatically saves the main frame window position and state before application exit and loads them when the application starts next time. The window placement is stored in the Windows registry under "WindowPlacement" key.
Override this member function if you want to load additional information about the window.
rectNormalPosition | Specifies the window's coordinates when the window is in the normal (restored) position. |
nFflags | Specifies flags that control the position of the minimized window and the method by which the window is restored. |
nShowCmd | Specifies the show state of the window. |