C# Class BetterExplorer.ItemPopup

Interaction logic for ItemPopup.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: Gainedge/BetterExplorer

Public Methods

Method Description
ItemPopup ( ) : System
ShowAtPosition ( Point p, System.Windows.Media.Brush cl = null, string FilePath = "" ) : void

Private Methods

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

Method Details

ItemPopup() public method

public ItemPopup ( ) : System
return System

ShowAtPosition() public method

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