FOLDERVIEWMODE Enumeration |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum FOLDERVIEWMODE
Members
| Member name | Value | Description |
---|
| FVM_AUTO | -1 |
The view should determine the best option.
|
| FVM_ICON | 1 |
The view should display medium-size icons.
|
| FVM_SMALLICON | 2 |
The view should display small icons.
|
| FVM_LIST | 3 |
Object names are displayed in a list view.
|
| FVM_DETAILS | 4 |
Object names and other selected information, such as the size or date last updated, are shown.
|
| FVM_THUMBNAIL | 5 |
The view should display thumbnail icons.
|
| FVM_TILE | 6 |
The view should display large icons.
|
| FVM_THUMBSTRIP | 7 |
The view should display icons in a filmstrip format.
|
| FVM_CONTENT | 8 |
Windows 7 and later. The view should display content mode.
|
See Also