BROWSERFRAMEOPTIONS enumeration
Used with method IBrowserFrameOptions::GetFrameOptions.
Syntax
typedef enum _BROWSERFRAMEOPTIONS { BFO_NONE = 0x00000000, BFO_BROWSER_PERSIST_SETTINGS = 0x00000001, BFO_RENAME_FOLDER_OPTIONS_TOINTERNET = 0x00000002, BFO_BOTH_OPTIONS = 0x00000004, BIF_PREFER_INTERNET_SHORTCUT = 0x00000008, BFO_BROWSE_NO_IN_NEW_PROCESS = 0x00000010, BFO_ENABLE_HYPERLINK_TRACKING = 0x00000020, BFO_USE_IE_OFFLINE_SUPPORT = 0x00000040, BFO_SUBSTITUE_INTERNET_START_PAGE = 0x00000080, BFO_USE_IE_LOGOBANDING = 0x00000100, BFO_ADD_IE_TOCAPTIONBAR = 0x00000200, BFO_USE_DIALUP_REF = 0x00000400, BFO_USE_IE_TOOLBAR = 0x00000800, BFO_NO_PARENT_FOLDER_SUPPORT = 0x00001000, BFO_NO_REOPEN_NEXT_RESTART = 0x00002000, BFO_GO_HOME_PAGE = 0x00004000, BFO_PREFER_IEPROCESS = 0x00008000, BFO_SHOW_NAVIGATION_CANCELLED = 0x00010000, BFO_USE_IE_STATUSBAR = 0x00020000, BFO_QUERY_ALL = (int)0xFFFFFFFF } BROWSERFRAMEOPTIONS;
Constants
- BFO_NONE
-
Do nothing.
- BFO_BROWSER_PERSIST_SETTINGS
-
Use the browser stream for this item. (Same window position as IE browser windows.)
- BFO_RENAME_FOLDER_OPTIONS_TOINTERNET
-
Rename Folder Options to Internet Options in the Tools or View menu.
- BFO_BOTH_OPTIONS
-
Keep both Folder Options and Internet Options in the Tools or View menu.
- BIF_PREFER_INTERNET_SHORTCUT
-
This namespace extension prefers a .url shortcut over a .lnk shortcut.
- BFO_BROWSE_NO_IN_NEW_PROCESS
-
Do not use "Browse in New Process" by invoking a shortcut.
- BFO_ENABLE_HYPERLINK_TRACKING
-
Track display name to determine when hyperlinks should be tagged as previously used.
- BFO_USE_IE_OFFLINE_SUPPORT
-
Use Internet Explorer's offline support.
- BFO_SUBSTITUE_INTERNET_START_PAGE
-
Use Start Page support for this namespace extension.
- BFO_USE_IE_LOGOBANDING
-
Use the Brand block in the Toolbar.
- BFO_ADD_IE_TOCAPTIONBAR
-
Append
" - Internet Explorer"to display name in the caption bar. - BFO_USE_DIALUP_REF
-
Reference the DialUp reference count while the browser is navigated to this location. This will also enable the ICW and Software update.
- BFO_USE_IE_TOOLBAR
-
Use the Internet Explorer toolbar.
- BFO_NO_PARENT_FOLDER_SUPPORT
-
Disable navigation to parent folders. Used for the button that navigates to parent folder or the View.GoTo.ParentFolder feature.
- BFO_NO_REOPEN_NEXT_RESTART
-
Browser windows are not reopened after a reboot of the system, regardless of whether they were open before the reboot. Use the same behavior for the namespace extension.
- BFO_GO_HOME_PAGE
-
Add Home Page to menu (Go).
- BFO_PREFER_IEPROCESS
-
Prefer use of Iexplore.exe over Explorer.exe.
- BFO_SHOW_NAVIGATION_CANCELLED
-
If navigation is terminated, show the Action Canceled HTML page.
- BFO_USE_IE_STATUSBAR
-
Use the persisted Internet Explorer status bar settings.
- BFO_QUERY_ALL
-
Return all values.
Remarks
These constants are defined in the Shobjidl.h file beginning in Windows Vista.
Requirements
|
Minimum supported client | Windows Vista, Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012