C# 클래스 BetterExplorer.ItemPopup

Interaction logic for ItemPopup.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
ItemPopup ( ) : System
ShowAtPosition ( Point p, System.Windows.Media.Brush cl = null, string FilePath = "" ) : void

비공개 메소드들

메소드 설명
Window_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Window_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Window_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Window_PreviewMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

메소드 상세

ItemPopup() 공개 메소드

public ItemPopup ( ) : System
리턴 System

ShowAtPosition() 공개 메소드

public ShowAtPosition ( Point p, System.Windows.Media.Brush cl = null, string FilePath = "" ) : void
p Point
cl System.Windows.Media.Brush
FilePath string
리턴 void