Contains flags for the panes that can be used in the Explorer window.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax[FlagsAttribute]
public enum ExplorerPane
<FlagsAttribute>
Public Enumeration ExplorerPane
[FlagsAttribute]
public enum class ExplorerPane
[<FlagsAttribute>]
type ExplorerPane
MembersMember 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 | 65,536 |
The Addressbar displayed on the top of the screen.
|
SearchEdit | 131,072 |
The search box in top right corner. Note that this is only compatible
with Windows 7 and later!
|
Auto | 262,144 |
Same panes like in explorer.
|
History | 524,288 |
The history buttons in top left corner.
|
See Also