Share via


MmcListViewColumn Constructor

 

This member is overloaded. For more information about this member, including syntax, click a name in the overload list.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Overload List

Name Description
System_CAPS_pubmethod MmcListViewColumn()

Initializes a new instance of the MmcListViewColumn class.

System_CAPS_pubmethod MmcListViewColumn(String)

Initializes a new instance of the MmcListViewColumn class using the column title as a parameter.

System_CAPS_pubmethod MmcListViewColumn(String, Int32)

Initializes a new instance of the MmcListViewColumn class using the column title and width as parameters.

System_CAPS_pubmethod MmcListViewColumn(String, Int32, MmcListViewColumnFormat)

Initializes a new instance of the MmcListViewColumn class using the column title, width, and format as parameters.

System_CAPS_pubmethod MmcListViewColumn(String, Int32, MmcListViewColumnFormat, Boolean)

Initializes a new instance of the MmcListViewColumn class using the column title, width, format, and column visibility as parameters.

See Also

MmcListViewColumn Class
Microsoft.ManagementConsole Namespace

Return to top