EXPLORER_BROWSER_OPTIONS enumeration (shobjidl_core.h)

These flags are used with IExplorerBrowser::GetOptions and IExplorerBrowser::SetOptions.

Syntax

typedef enum EXPLORER_BROWSER_OPTIONS {
  EBO_NONE = 0,
  EBO_NAVIGATEONCE = 0x1,
  EBO_SHOWFRAMES = 0x2,
  EBO_ALWAYSNAVIGATE = 0x4,
  EBO_NOTRAVELLOG = 0x8,
  EBO_NOWRAPPERWINDOW = 0x10,
  EBO_HTMLSHAREPOINTVIEW = 0x20,
  EBO_NOBORDER = 0x40,
  EBO_NOPERSISTVIEWSTATE = 0x80
} ;

Constants

 
EBO_NONE
Value: 0
No options.
EBO_NAVIGATEONCE
Value: 0x1
Do not navigate further than the initial navigation.
EBO_SHOWFRAMES
Value: 0x2
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
Value: 0x4
Always navigate, even if you are attempting to navigate to the current folder.
EBO_NOTRAVELLOG
Value: 0x8
Do not update the travel log.
EBO_NOWRAPPERWINDOW
Value: 0x10
Do not use a wrapper window. This flag is used with legacy clients that need the browser parented directly on themselves.
EBO_HTMLSHAREPOINTVIEW
Value: 0x20
Show WebView for sharepoint sites.
EBO_NOBORDER
Value: 0x40
Introduced in Windows Vista. Do not draw a border around the browser window.
EBO_NOPERSISTVIEWSTATE
Value: 0x80
Introduced in Windows Vista. Do not persist the view state.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)