C# Class Microsoft.ManagementConsole.MmcListViewColumn

Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Свойство Type Description
Notify void

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
Notify ( ) : void

Method Details

MmcListViewColumn() public méthode

public MmcListViewColumn ( ) : Microsoft.ManagementConsole.Internal
Résultat Microsoft.ManagementConsole.Internal

MmcListViewColumn() public méthode

public MmcListViewColumn ( string title ) : Microsoft.ManagementConsole.Internal
title string
Résultat Microsoft.ManagementConsole.Internal

MmcListViewColumn() public méthode

public MmcListViewColumn ( string title, int width ) : Microsoft.ManagementConsole.Internal
title string
width int
Résultat Microsoft.ManagementConsole.Internal

MmcListViewColumn() public méthode

public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format ) : Microsoft.ManagementConsole.Internal
title string
width int
format MmcListViewColumnFormat
Résultat Microsoft.ManagementConsole.Internal

MmcListViewColumn() public méthode

public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format, bool visible ) : Microsoft.ManagementConsole.Internal
title string
width int
format MmcListViewColumnFormat
visible bool
Résultat Microsoft.ManagementConsole.Internal

SetWidth() public méthode

public SetWidth ( int width ) : void
width int
Résultat void