C# 클래스 CairoExplorer.Properties

Interaction logic for Properties.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: RevolutionSmythe/cairoshell 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentPath string

공개 메소드들

메소드 설명
InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
Properties ( ) : System
move_window ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

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

메소드 상세

InitWithFile() 공개 메소드

public InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
file WrapperFileSystemInfo
caller object
리턴 void

Properties() 공개 메소드

public Properties ( ) : System
리턴 System

move_window() 공개 메소드

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

프로퍼티 상세

CurrentPath 공개적으로 프로퍼티

public string CurrentPath
리턴 string