NewWindow3EventArgs.bstrUrl Property
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.
Gets the URL that is opened in the new window.
public:
property System::String ^ bstrUrl { System::String ^ get(); };
public string bstrUrl { get; }
member this.bstrUrl : string
Public ReadOnly Property bstrUrl As String