C# Class TpTrayUtility.Components.ImageLibrary

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultPath string

Méthodes publiques

Méthode Description
ImageLibrary ( ) : System
ShowFiles ( ) : void
ShowFiles ( bool updateScrollbar ) : void

Méthodes protégées

Méthode Description
OnMouseWheel ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
CompareFileInfo ( FileSystemInfo f1, FileSystemInfo f2 ) : int
ii_DeleteClicked ( object sender, EventArgs e ) : void
ii_ItemClicked ( object sender, EventArgs e ) : void
scrollbar_ValueChanged ( object sender, EventArgs e ) : void
watcher_FileCreated ( object sender, FileSystemEventArgs e ) : void

Method Details

ImageLibrary() public méthode

public ImageLibrary ( ) : System
Résultat System

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowFiles() public méthode

public ShowFiles ( ) : void
Résultat void

ShowFiles() public méthode

public ShowFiles ( bool updateScrollbar ) : void
updateScrollbar bool
Résultat void

Property Details

DefaultPath public_oe static_oe property

public static string DefaultPath
Résultat string