Microsoft.ManagementConsole.MmcListViewColumn.MmcListViewColumn C# (CSharp) Method

MmcListViewColumn() public method

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) : this(title, width)
        {
            this._data.Format = (ListViewColumnFormat) format;
        }

Same methods

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