ShowBrowserUI method

Opens the specified browser dialog box.

This method is not supported for Windows apps using JavaScript.

Syntax

VARIANT retVal = object.ShowBrowserUI(bstrName, pvarIn);

Parameters

bstrName [in]

Type: BSTR

A BSTR that specifies a browser dialog box, using one of the following values.

LanguageDialog

Opens the Language Preference dialog box.

OrganizeFavorites

Opens the Organize Favorites dialog box.

PrivacySettings

Internet Explorer 6 and later. Opens the Privacy Preferences dialog box.

ProgramAccessAndDefaults

Windows XP SP1 and later. Opens the Set Program Access and Defaults dialog box.

pvarIn [in]

Type: VARIANT

A pointer to a VARIANT that is specific to the UI.

Standards information

There are no standards that apply here.

Remarks

In Microsoft Internet Explorer 5, a new "PrivacySetting" option allows access to the Privacy Preferences dialog box.