MmcListViewColumn Class
Represents a single column in a list view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.MmcListViewColumn
Syntax
public class MmcListViewColumn
public ref class MmcListViewColumn
type MmcListViewColumn = class end
Public Class MmcListViewColumn
Constructors
Name | Description | |
---|---|---|
MmcListViewColumn() | Initializes a new instance of the MmcListViewColumn class. |
|
MmcListViewColumn(String) | Initializes a new instance of the MmcListViewColumn class using the column title as a parameter. |
|
MmcListViewColumn(String, Int32) | Initializes a new instance of the MmcListViewColumn class using the column title and width as parameters. |
|
MmcListViewColumn(String, Int32, MmcListViewColumnFormat) | Initializes a new instance of the MmcListViewColumn class using the column title, width, and format as parameters. |
|
MmcListViewColumn(String, Int32, MmcListViewColumnFormat, Boolean) | Initializes a new instance of the MmcListViewColumn class using the column title, width, format, and column visibility as parameters. |
Properties
Name | Description | |
---|---|---|
Format | Gets or sets the column format that specifies the alignment of the title within the column. This value cannot be modified after the column has been inserted into an MMC list view collection. |
|
Title | Gets or sets the column title. The title of the column should not be longer than 255 characters. |
|
Visible | Gets or sets the column visibility. This value cannot be modified after the column has been inserted into an MMC list view collection. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetWidth(Int32) | Sets a value that specifies the column width. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
MmcListView
Microsoft.ManagementConsole Namespace
Return to top