BrowserNavConstants Enumeration |
Contains values used by the Navigate and Navigate2 methods of Shell Windows.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum BrowserNavConstants
Members
| Member name | Value | Description |
---|
| navOpenInNewWindow | 1 |
Open the resource or file in a new window.
|
| navNoHistory | 2 |
Do not add the resource or file to the history list. The new page replaces the current page in the list.
|
| navNoReadFromCache | 4 |
Not implemented.
|
| navNoWriteToCache | 8 |
Not implemented.
|
| navAllowAutosearch | 16 |
If the navigation fails, the autosearch functionality attempts to navigate common root domains (.com, .edu, and so on). If this also fails, the URL is passed to a search engine.
|
| navBrowserBar | 32 |
Causes the current Explorer Bar to navigate to the given item, if possible.
|
| navHyperlink | 64 | Microsoft Internet Explorer 6 for Windows XP Service Pack 2 (SP2) and later. If the navigation fails when a hyperlink is being followed, this constant specifies that the resource should then be bound to the moniker using the BINDF_HYPERLINK flag.
|
| navEnforceRestricted | 128 | Internet Explorer 6 for Windows XP SP2 and later. Force the URL into the restricted zone.
|
| navNewWindowsManaged | 256 | Internet Explorer 6 for Windows XP SP2 and later. Use the default Popup Manager to block pop-up windows.
|
| navUntrustedForDownload | 512 | Internet Explorer 6 for Windows XP SP2 and later. Block files that normally trigger a file download dialog box.
|
| navTrustedForActiveX | 1024 | Internet Explorer 6 for Windows XP SP2 and later. Prompt for the installation of Microsoft ActiveX controls.
|
| navOpenInNewTab | 2048 | Windows Internet Explorer 7. Open the resource or file in a new tab. Allow the destination window to come to the foreground, if necessary.
|
| navOpenInBackgroundTab | 4096 | Internet Explorer 7. Open the resource or file in a new background tab; the currently active window and/or tab remains open on top.
|
| navKeepWordWheelText | 8192 | Internet Explorer 7. Maintain state for dynamic navigation based on the filter string entered in the search band text box (wordwheel). Restore the wordwheel text when the navigation completes.
|
| navVirtualTab | 16384 | Internet Explorer 8. Open the resource as a replacement for the current or target tab. The existing tab is closed while the new tab takes its place in the tab bar and replaces it in the tab group, if any. Browser history is copied forward to the new tab. On Windows Vista, this flag is implied if the navigation would cross integrity levels and navOpenInNewTab, navOpenInBackgroundTab, or navOpenInNewWindow is not specified.
|
| navBlockRedirectsXDomain | 32768 | Internet Explorer 8. Block cross-domain redirect requests. The navigation triggers the RedirectXDomainBlocked event if blocked.
|
| navOpenNewForegroundTab | 65536 | Internet Explorer 8 and later. Open the resource in a new tab that becomes the foreground tab.
|
| navTravelLogScreenshot | 131072 |
Undocumented.
|
| navDeferUnload | 262144 |
Undocumented.
|
| navSpeculative | 524288 |
Undocumented.
|
| navSuggestNewWindow | 1048576 |
Undocumented.
|
| navSuggestNewTab | 2097152 |
Undocumented.
|
| navHomepageNavigate | 8388608 |
Undocumented.
|
| navRefresh | 16777216 |
Undocumented.
|
| navHostNavigation | 33554432 |
Undocumented.
|
See Also