C# Класс Microsoft.ManagementConsole.MmcListViewColumn

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Notify void

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Notify ( ) : void

Описание методов

MmcListViewColumn() публичный метод

public MmcListViewColumn ( ) : Microsoft.ManagementConsole.Internal
Результат Microsoft.ManagementConsole.Internal

MmcListViewColumn() публичный метод

public MmcListViewColumn ( string title ) : Microsoft.ManagementConsole.Internal
title string
Результат Microsoft.ManagementConsole.Internal

MmcListViewColumn() публичный метод

public MmcListViewColumn ( string title, int width ) : Microsoft.ManagementConsole.Internal
title string
width int
Результат Microsoft.ManagementConsole.Internal

MmcListViewColumn() публичный метод

public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format ) : Microsoft.ManagementConsole.Internal
title string
width int
format MmcListViewColumnFormat
Результат Microsoft.ManagementConsole.Internal

MmcListViewColumn() публичный метод

public MmcListViewColumn ( string title, int width, MmcListViewColumnFormat format, bool visible ) : Microsoft.ManagementConsole.Internal
title string
width int
format MmcListViewColumnFormat
visible bool
Результат Microsoft.ManagementConsole.Internal

SetWidth() публичный метод

public SetWidth ( int width ) : void
width int
Результат void