DWebBrowserEvents.FrameNewWindow 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.
Fires when a new window frame is to be created.
public:
void FrameNewWindow(System::String ^ URL, int Flags, System::String ^ TargetFrameName, System::Object ^ % PostData, System::String ^ Headers, [Runtime::InteropServices::Out] bool % Processed);
public void FrameNewWindow (string URL, int Flags, string TargetFrameName, ref object PostData, string Headers, out bool Processed);
abstract member FrameNewWindow : string * int * string * obj * string * bool -> unit
Public Sub FrameNewWindow (URL As String, Flags As Integer, TargetFrameName As String, ByRef PostData As Object, Headers As String, ByRef Processed As Boolean)
Parameters
- URL
- String
Specifies the URL.
- Flags
- Int32
Specifies the flags.
- TargetFrameName
- String
Specifies the target frame name.
- PostData
- Object
Specifies the post data.
- Headers
- String
Specifies the headers.
- Processed
- Boolean
Specifies whether the event was processed.