Property | Type | Description | |
---|---|---|---|
Notify | void |
Method | Description | |
---|---|---|
MmcListViewColumn ( ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title, int width ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format ) : Microsoft.ManagementConsole.Internal | ||
MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format, bool visible ) : Microsoft.ManagementConsole.Internal | ||
SetWidth ( int width ) : void |
Method | Description | |
---|---|---|
Notify ( ) : void |
public MmcListViewColumn ( ) : Microsoft.ManagementConsole.Internal | ||
return | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
return | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title, int width ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
width | int | |
return | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
width | int | |
format | MmcListViewColumnFormat | |
return | Microsoft.ManagementConsole.Internal |
public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format, bool visible ) : Microsoft.ManagementConsole.Internal | ||
title | string | |
width | int | |
format | MmcListViewColumnFormat | |
visible | bool | |
return | Microsoft.ManagementConsole.Internal |