MmcListViewColumnFormat Enumeration
Specifies the position of the text within a list view column.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public enum MmcListViewColumnFormat
public enum class MmcListViewColumnFormat
type MmcListViewColumnFormat
Public Enumeration MmcListViewColumnFormat
Members
Member name | Description | |
---|---|---|
Center | The text is center-aligned. |
|
Left | The text is left-aligned. |
|
Right | The text is right-aligned. |
See Also
MmcListViewColumn
Microsoft.ManagementConsole Namespace
Return to top