FOLDERLOGICALVIEWMODE Enumeration |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum FOLDERLOGICALVIEWMODE
Members
| Member name | Value | Description |
---|
| FLVM_UNSPECIFIED | -1 |
The view is not specified.
|
| FLVM_FIRST | 1 |
The minimum valid enumeration value. Used for validation purposes only.
|
| FLVM_DETAILS | 1 |
Details view.
|
| FLVM_TILES | 2 |
Tiles view.
|
| FLVM_ICONS | 3 |
Icons view.
|
| FLVM_LIST | 4 | Windows 7 and later. List view.
|
| FLVM_CONTENT | 5 | Windows 7 and later. Content view.
|
| FLVM_LAST | 5 |
The maximum valid enumeration value. Used for validation purposes only.
|
See Also