Inputs the address of a hyperlink and indicates where the web page appears.
HRESULT SetURL(
[in] int nContainer,
[in] BSTR TabName,
[in] BSTR URL)
Parameters:
nContainer – The container index that specifies which container you are referring to. The index can be one of the following:
Upper Left = 0
Lower Left = 1
Main = 2
Message Bar = 3
TabName – A string that holds the tab name of the new URL that is being added to the container.
URL – A string containing
the URL to be displayed in the container.
Use this method to add/change a URL inside a container.