C# Class FileDialogExtenders.FileDialogControlBase.WholeDialogWrapper

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
ファイルを表示 Open project: dlech/SshAgentLib

Public Methods

Method Description
Dispose ( ) : void
WholeDialogWrapper ( FileDialogControlBase fileDialogEx ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WholeDialogWrapper() public method

public WholeDialogWrapper ( FileDialogControlBase fileDialogEx ) : System
fileDialogEx FileDialogControlBase
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void