C# 클래스 TpTrayUtility.Components.ImageLibrary

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultPath string

공개 메소드들

메소드 설명
ImageLibrary ( ) : System
ShowFiles ( ) : void
ShowFiles ( bool updateScrollbar ) : void

보호된 메소드들

메소드 설명
OnMouseWheel ( MouseEventArgs e ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ImageLibrary() 공개 메소드

public ImageLibrary ( ) : System
리턴 System

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShowFiles() 공개 메소드

public ShowFiles ( ) : void
리턴 void

ShowFiles() 공개 메소드

public ShowFiles ( bool updateScrollbar ) : void
updateScrollbar bool
리턴 void

프로퍼티 상세

DefaultPath 공개적으로 정적으로 프로퍼티

public static string DefaultPath
리턴 string