Contains flags for the panes that can be used in the Explorer window.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax [FlagsAttribute]
public enum ExplorerPane
<FlagsAttribute>
Public Enumeration ExplorerPane
[FlagsAttribute]
public enum class ExplorerPane
[<FlagsAttribute>]
type ExplorerPane
Members
| Member name | Value | Description |
---|
| ShellView | 0 |
The ShellView. It cannot be turned off.
|
| Commands | 1 |
Commands module along the top of the Windows Explorer window.
|
| CommandsOrganize | 2 |
Organize menu within the commands module.
|
| CommandsView | 4 |
View menu within the commands module.
|
| DetailsPane | 8 |
Pane showing metadata along the bottom of the Windows Explorer window.
|
| PreviewPane | 16 |
Pane on the right of the Windows Explorer window that shows a large reading preview of the file.
Only works if DetailsPane is not visible.
|
| Navigation | 512 |
The pane on the left side of the Windows Explorer window that hosts the folders tree and Favorites.
|
| AddressBar | 65536 |
The Addressbar displayed on the top of the screen.
|
| SearchEdit | 131072 |
The search box in top right corner. Note that this is only compatible
with Windows 7 and later!
|
| History | 524288 |
The history buttons in top left corner.
|
| Auto | 262144 |
Same panes like in explorer.
|
See Also