C# Class BetterExplorer.MoreColumns

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
IsBeforeShow bool

Public Methods

Method Description
MoreColumns ( ) : System
PopulateAvailableColumns ( List AvailableCols, ShellView ShellView, System Location ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

MoreColumns() public method

public MoreColumns ( ) : System
return System

PopulateAvailableColumns() public method

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

WndProc() protected method

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

Property Details

IsBeforeShow public_oe property

public bool IsBeforeShow
return bool