DWebBrowserEvents.NewWindow Method
Fires when a new window is to be created.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents
Dim URL As String
Dim Flags As Integer
Dim TargetFrameName As String
Dim PostData As Object
Dim Headers As String
Dim Processed As Boolean
instance.NewWindow(URL, Flags, TargetFrameName, PostData, Headers, Processed)
Syntax
'Declaration
<DispIdAttribute(107)> _
Sub NewWindow ( _
<InAttribute> URL As String, _
<InAttribute> Flags As Integer, _
<InAttribute> TargetFrameName As String, _
<InAttribute> ByRef PostData As Object, _
<InAttribute> Headers As String, _
<InAttribute> <OutAttribute> ByRef Processed As Boolean _
)
[DispIdAttribute(107)]
void NewWindow (
[InAttribute] string URL,
[InAttribute] int Flags,
[InAttribute] string TargetFrameName,
[InAttribute] ref Object PostData,
[InAttribute] string Headers,
[InAttribute] out bool Processed
)
[DispIdAttribute(107)]
void NewWindow (
[InAttribute] String^ URL,
[InAttribute] int Flags,
[InAttribute] String^ TargetFrameName,
[InAttribute] Object^% PostData,
[InAttribute] String^ Headers,
[InAttribute] [OutAttribute] bool% Processed
)
/** @attribute DispIdAttribute(107) */
void NewWindow (
/** @attribute InAttribute() */ String URL,
/** @attribute InAttribute() */ int Flags,
/** @attribute InAttribute() */ String TargetFrameName,
/** @attribute InAttribute() */ /** @ref */ Object PostData,
/** @attribute InAttribute() */ String Headers,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean Processed
)
Parameters
- URL
Specifies the URL.
- Flags
Specifies the flags.
- TargetFrameName
Specifies the target frame name.
- PostData
Specifies the post data.
- Headers
Specifies the headers.
- Processed
Specifies whether the command was processed.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents Interface
DWebBrowserEvents Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.