C# Class BetterExplorer.IconView

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
IconView ( ) : System
LoadIcons ( ShellView shellView, bool isLibrary ) : void

Private Methods

Method Description
IconView_Load ( object sender, EventArgs e ) : void
LoadIcons ( object Params ) : void
LoadLib ( ) : void
btnLoad_Click ( object sender, EventArgs e ) : void
btnSet_Click ( object sender, EventArgs e ) : void
bw_DoWork ( object sender, DoWorkEventArgs e ) : void
bw_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
lvIcons_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void
tbLibrary_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

IconView() public method

public IconView ( ) : System
return System

LoadIcons() public method

public LoadIcons ( ShellView shellView, bool isLibrary ) : void
shellView ShellView
isLibrary bool
return void