SetRecentlyClosedVisible method
Not supported. A setting that notifies the IShellUIHelper3::BuildNewTabPage method whether to show or hide the list of recently closed tabs.
Syntax
HRESULT retVal = object.SetRecentlyClosedVisible(fVisible);
Parameters
fVisible [in]
Type: VARIANT_BOOLSet to TRUE to show the list of recently closed tabs in the new tab page and FALSE to hide the list.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
Reference