EXPLORER_BROWSER_OPTIONS enumeration
These flags are used with IExplorerBrowser::GetOptions and IExplorerBrowser::SetOptions.
Syntax
typedef enum EXPLORER_BROWSER_OPTIONS { EBO_NONE = 0x00000000, EBO_NAVIGATEONCE = 0x00000001, EBO_SHOWFRAMES = 0x00000002, EBO_ALWAYSNAVIGATE = 0x00000004, EBO_NOTRAVELLOG = 0x00000008, EBO_NOWRAPPERWINDOW = 0x00000010, EBO_HTMLSHAREPOINTVIEW = 0x00000020, EBO_NOBORDER = 0x00000040, EBO_NOPERSISTVIEWSTATE = 0x00000080 } EXPLORER_BROWSER_OPTIONS;
Constants
- EBO_NONE
-
No options.
- EBO_NAVIGATEONCE
-
Do not navigate further than the initial navigation.
- EBO_SHOWFRAMES
-
Use the following standard panes: Commands Module pane, Navigation pane, Details pane, and Preview pane. An implementer of IExplorerPaneVisibility can modify the components of the Commands Module that are shown. For more information see, IExplorerPaneVisibility::GetPaneState. If EBO_SHOWFRAMES is not set, Explorer browser uses a single view object.
- EBO_ALWAYSNAVIGATE
-
Always navigate, even if you are attempting to navigate to the current folder.
- EBO_NOTRAVELLOG
-
Do not update the travel log.
- EBO_NOWRAPPERWINDOW
-
Do not use a wrapper window. This flag is used with legacy clients that need the browser parented directly on themselves.
- EBO_HTMLSHAREPOINTVIEW
-
Show WebView for sharepoint sites.
- EBO_NOBORDER
-
Introduced in Windows Vista. Do not draw a border around the browser window.
- EBO_NOPERSISTVIEWSTATE
-
Introduced in Windows Vista. Do not persist the view state.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|