MmcListViewMode Enumeration
Specifies how items are displayed in the result pane.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public enum MmcListViewMode
public enum class MmcListViewMode
type MmcListViewMode
Public Enumeration MmcListViewMode
Members
Member name | Description | |
---|---|---|
LargeIcon | Items are displayed as title strings under their large (32x32) icon representations. Sub-items and column headers are not displayed. |
|
List | Items are displayed as title strings to the right of their small (16x16) icon representations. Sub-items and column headers are not displayed. |
|
Report | Items are displayed as title strings to the right of their small (16x16) icon representations. Items are placed under the first column header on the left side of the result pane. Subsequent column headers are arranged from left to right and corresponding sub-items are placed beneath them. |
|
SmallIcon | Items are displayed as title strings under their small (16x16) icon representations. Sub-items and column headers are not displayed. |
See Also
Microsoft.ManagementConsole Namespace
Return to top