C# 클래스 BetterExplorer.MoreColumns

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsBeforeShow bool

공개 메소드들

메소드 설명
MoreColumns ( ) : System
PopulateAvailableColumns ( List AvailableCols, ShellView ShellView, System Location ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MoreColumns_Activated ( object sender, EventArgs e ) : void
MoreColumns_Deactivate ( object sender, EventArgs e ) : void
lvColumns_ItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MoreColumns() 공개 메소드

public MoreColumns ( ) : System
리턴 System

PopulateAvailableColumns() 공개 메소드

public PopulateAvailableColumns ( List AvailableCols, ShellView ShellView, System Location ) : void
AvailableCols List
ShellView BExplorer.Shell.ShellView
Location System
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void

프로퍼티 상세

IsBeforeShow 공개적으로 프로퍼티

public bool IsBeforeShow
리턴 bool