C# Class CairoExplorer.Properties

Interaction logic for Properties.xaml
Inheritance: System.Windows.Window
显示文件 Open project: RevolutionSmythe/cairoshell Class Usage Examples

Public Properties

Property Type Description
CurrentPath string

Public Methods

Method Description
InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
Properties ( ) : System
move_window ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
Activate_Title_Icons ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Close_btn_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Close_pressing ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Deactivate_Title_Icons ( object sender, System.Windows.Input.MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
Window_Closing ( object sender, System e ) : void
Window_Deactivated ( object sender, EventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
Window_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
button1_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InitWithFile() public method

public InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
file WrapperFileSystemInfo
caller object
return void

Properties() public method

public Properties ( ) : System
return System

move_window() public method

public move_window ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

CurrentPath public_oe property

public string CurrentPath
return string