C# Class BetterExplorer.MoreColumns

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsBeforeShow bool

Méthodes publiques

Méthode Description
MoreColumns ( ) : System
PopulateAvailableColumns ( List AvailableCols, ShellView ShellView, System Location ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Méthode 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 méthode

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

MoreColumns() public méthode

public MoreColumns ( ) : System
Résultat System

PopulateAvailableColumns() public méthode

public PopulateAvailableColumns ( List AvailableCols, ShellView ShellView, System Location ) : void
AvailableCols List
ShellView BExplorer.Shell.ShellView
Location System
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

Property Details

IsBeforeShow public_oe property

public bool IsBeforeShow
Résultat bool