Click or drag to resize

FOLDERVIEWMODE Enumeration

Specifies the folder view type. Maps to Windows' FOLDERVIEWMODE enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum FOLDERVIEWMODE
Members
  Member nameValueDescription
FVM_AUTO-1 The view should determine the best option.
FVM_ICON1 The view should display medium-size icons.
FVM_SMALLICON2 The view should display small icons.
FVM_LIST3 Object names are displayed in a list view.
FVM_DETAILS4 Object names and other selected information, such as the size or date last updated, are shown.
FVM_THUMBNAIL5 The view should display thumbnail icons.
FVM_TILE6 The view should display large icons.
FVM_THUMBSTRIP7 The view should display icons in a filmstrip format.
FVM_CONTENT8 Windows 7 and later. The view should display content mode.
See Also