_ListViewMode enumeration (mmcobj.h)

The ListViewMode enumeration is used by the View.ListViewMode property to define the list view. The list view can contain small icons, large icons, a simple list, a detailed list, or a filtered list. This enumeration applies to the MMC 2.0 Automation Object Model.

Syntax

typedef enum ListViewMode {
  ListMode_Small_Icons = 0,
  ListMode_Large_Icons,
  ListMode_List,
  ListMode_Detail,
  ListMode_Filtered
} _ListViewMode, LISTVIEWMODE, *PLISTVIEWMODE;

Constants

 
ListMode_Small_Icons
Value: 0
The list view is displayed with small icons.
ListMode_Large_Icons
The list view is displayed with large icons.
ListMode_List
A simple list view is displayed.
ListMode_Detail
A detailed list view is displayed.
ListMode_Filtered
A filtered list view is displayed.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header mmcobj.h

See also

View object

View.ListViewMode