C# 클래스 Microsoft.ManagementConsole.MmcListViewColumn

파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

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