C# Class BetterExplorer.IconView

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

Méthodes publiques

Méthode Description
IconView ( ) : System
LoadIcons ( ShellView shellView, bool isLibrary ) : void

Private Methods

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

public IconView ( ) : System
Résultat System

LoadIcons() public méthode

public LoadIcons ( ShellView shellView, bool isLibrary ) : void
shellView ShellView
isLibrary bool
Résultat void