IShellUIHelper3::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 SetRecentlyClosedVisible(
    VARIANT_BOOL fVisible
);

Parameters

  • fVisible
    [in] Set to TRUE to show the list of recently closed tabs in the new tab page and FALSE to hide the list.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IShellUIHelper3::BuildNewTabPage, IShellUIHelper3::SetActivitiesVisible