C# Class CairoExplorer.Properties

Interaction logic for Properties.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: RevolutionSmythe/cairoshell Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentPath string

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
file WrapperFileSystemInfo
caller object
Résultat void

Properties() public méthode

public Properties ( ) : System
Résultat System

move_window() public méthode

public move_window ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

Property Details

CurrentPath public_oe property

public string CurrentPath
Résultat string