|
virtual |
Creates and initializes the popup window.
Call this method to create the popup window. The client area of the popup window is covered by a child dialog, that hosts all necessary controls.
Creates the popup window placing default controls. You can specify what controls to display by filling the CBCGPPopupWndParams structure.
pWndOwner | A pointer to the owner of the popup window. It will receive all notifications. Can't be NULL. |
params | Specifies parameters to create a default popup window. |
hMenu | A handle to a Windows menu. The menu is shown when the user clicks the menu button. If this parameter is NULL, the menu button is not displayed. |
ptPos | Specifies the initial position on the screen. Should be in the screen coordinates. If this parameter is (-1, -1), the initial position will be in the right bottom corner of the screen. |
lParam | Specifies user-derined data. |