|
ShellBrowser Delphi Components Documentation
|
Possible panes that can be displayed in the TJamExplorerBrowser window.
TJamShellExplorerPane = ( epAuto, epCommands, epCommandsOrganize, epCommandsView, epDetailsPane, epPreviewPane, epNavigation, epAddressBar, epHistory, epSearchEdit, epRefreshButton );
|
Members |
Description |
|
epAuto |
The same panes like in explorer. |
|
epCommands |
Commands module along the top of the Windows Explorer window. |
|
epCommandsOrganize |
Organize menu within the commands module. Note that this only works if epCommands is set! |
|
epCommandsView |
View menu within the commands module. Note that this only works if epCommands is set! |
|
epDetailsPane |
Pane showing metadata along the bottom of the Windows Explorer window. |
|
epPreviewPane |
Pane on the right of the Windows Explorer window that shows a large reading preview of the file. Note that epDetailsPane must not be set. |
|
epNavigation |
The pane on the left side of the Windows Explorer window that hosts the folders tree and Favorites. |
|
epAddressBar |
The addressbar displayed on top of the window. |
|
epHistory |
The buttons to control the history of visited folders. Note that this only works if epAddressBar is set! |
|
epSearchEdit |
The search box in top right corner. Note that this is only compatible with Windows 7 and later and if epAddressBar is set! |
|
epRefreshButton |
The refresh button next to the addressbar. Note that this only works if epAddressBar is set! |