Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0 No options. |
EBO_NAVIGATEONCEValue: 0x1 Do not navigate further than the initial navigation. |
EBO_SHOWFRAMESValue: 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_ALWAYSNAVIGATEValue: 0x4 Always navigate, even if you are attempting to navigate to the current folder. |
EBO_NOTRAVELLOGValue: 0x8 Do not update the travel log. |
EBO_NOWRAPPERWINDOWValue: 0x10 Do not use a wrapper window. This flag is used with legacy clients that need the browser parented directly on themselves. |
EBO_HTMLSHAREPOINTVIEWValue: 0x20 Show WebView for sharepoint sites. |
EBO_NOBORDERValue: 0x40 Introduced in Windows Vista. Do not draw a border around the browser window. |
EBO_NOPERSISTVIEWSTATEValue: 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) |