Click or drag to resize

ExplorerPanes Class

A list of Windows Explorer panes identifier.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.CoreExplorerPanes

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class ExplorerPanes

The ExplorerPanes type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetName
Gets the name of an explorer name from its identifier.
Top
Fields
  NameDescription
Public fieldStatic memberAdvQueryPane
Additional fields and options to aid in a search.
Public fieldStatic memberCommands
Commands module along the top of the Windows Explorer window.
Public fieldStatic memberCommands_Organize
Organize menu within the commands module.
Public fieldStatic memberCommands_View
View menu within the commands module.
Public fieldStatic memberDetailsPane
Pane showing metadata along the bottom of the Windows Explorer window.
Public fieldStatic memberNavPane
The pane on the left side of the Windows Explorer window that hosts the folders tree and Favorites.
Public fieldStatic memberPreviewPane
Pane on the right of the Windows Explorer window that shows a large reading preview of the file.
Public fieldStatic memberQueryPane
Quick filter buttons to aid in a search.
Public fieldStatic memberRibbon
Introduced in Windows 8: The ribbon, which is the control that replaced menus and toolbars at the top of many Microsoft applications.
Public fieldStatic memberStatusBar
Introduced in Windows 8: A status bar that indicates the progress of some process, such as copying or downloading.
Top
See Also