C# Class BExplorer.Shell.FileOperationDialog

Interaction logic for FileOperationDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
FileOperationDialog ( ) : System
SetClassLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr

Méthodes protégées

Méthode Description
OnContentRendered ( EventArgs e ) : void

Private Methods

Méthode Description
Contents_CollectionChanged ( object sender, System e ) : void
GetSysColorBrush ( int nIndex ) : IntPtr
LoadTimer_Tick ( object sender, EventArgs e ) : void
SetClassLongPtr32 ( IntPtr hWnd, int nIndex, uint dwNewLong ) : uint
SetClassLongPtr64 ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
Window_Closed ( object sender, EventArgs e ) : void

Method Details

FileOperationDialog() public méthode

public FileOperationDialog ( ) : System
Résultat System

OnContentRendered() protected méthode

protected OnContentRendered ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetClassLong() public static méthode

public static SetClassLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
Résultat System.IntPtr