C# Class FileDialogExtenders.FileDialogControlBase.WholeDialogWrapper

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
Dispose ( ) : void
WholeDialogWrapper ( FileDialogControlBase fileDialogEx ) : System

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode Description
AssignDummyWindow ( ) : void
DialogWrappper_Disposed ( object sender, EventArgs e ) : void
FileDialogEnumWindowCallBack ( IntPtr hwnd, int lParam ) : bool
InitControls ( ) : void
PopulateWindowsHandlers ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

WholeDialogWrapper() public méthode

public WholeDialogWrapper ( FileDialogControlBase fileDialogEx ) : System
fileDialogEx FileDialogControlBase
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void