|
virtual |
Creates a WebView2 control.
| rect | Specifies the size and position of the window. |
| pParentWnd | A pointer to the parent window of the control. |
| nID | The ID number of the control. |
| dwStyle | Specifies the window style attributes. By default, the WS_VISIBLE and WS_CHILD Windows styles are set. |
| pOptions | A pointer to CBCGPWebView2CtrlOptions. NULL by default. |
| pContext | A pointer to a CCreateContext. NULL by default. |