C# Class TpTrayUtility.Components.ImageLibrary

Inheritance: System.Windows.Forms.Control
Show file Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
DefaultPath string

Public Methods

Method Description
ImageLibrary ( ) : System
ShowFiles ( ) : void
ShowFiles ( bool updateScrollbar ) : void

Protected Methods

Method Description
OnMouseWheel ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

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

public ImageLibrary ( ) : System
return System

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

ShowFiles() public method

public ShowFiles ( ) : void
return void

ShowFiles() public method

public ShowFiles ( bool updateScrollbar ) : void
updateScrollbar bool
return void

Property Details

DefaultPath public static property

public static string DefaultPath
return string