DWebBrowserEvents2.NewWindow3(Object, Boolean, UInt32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when a new window is to be created. Extends DWebBrowserEvents2::NewWindow2 with additional information about the new window
public:
void NewWindow3([Runtime::InteropServices::Out] System::Object ^ % ppDisp, [Runtime::InteropServices::Out] bool % Cancel, System::UInt32 dwFlags, System::String ^ bstrUrlContext, System::String ^ bstrUrl);
public void NewWindow3 (out object ppDisp, out bool Cancel, uint dwFlags, string bstrUrlContext, string bstrUrl);
abstract member NewWindow3 : obj * bool * uint32 * string * string -> unit
Public Sub NewWindow3 (ByRef ppDisp As Object, ByRef Cancel As Boolean, dwFlags As UInteger, bstrUrlContext As String, bstrUrl As String)
Parameters
- ppDisp
- Object
- Cancel
- Boolean
- dwFlags
- UInt32
- bstrUrlContext
- String
- bstrUrl
- String