C# Class FileDialogExtenders.FileDialogControlBase

Inheritance: System.Windows.Forms.UserControl
Show file Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Property Type Description
FileDialogControlBase_ClosingDialog void
FileDialogControlBase_DialogDisposed void
FileDialogControlBase_HelpRequest void
InitMSDialog void
OnFilterChanged void
OnLoad void
ShowDialogExt DialogResult
UpdateListView void

Public Methods

Method Description
FileDialogControlBase ( ) : System
OnFileNameChanged ( IWin32Window sender, string fileName ) : void
OnFolderNameChanged ( IWin32Window sender, string folderName ) : void
ShowDialog ( ) : DialogResult
ShowDialog ( IWin32Window owner ) : DialogResult
SortViewByColumn ( int index ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnPrepareMSDialog ( ) : void

Private Methods

Method Description
FileDialogControlBase_ClosingDialog ( object sender, CancelEventArgs e ) : void
FileDialogControlBase_DialogDisposed ( object sender, EventArgs e ) : void
FileDialogControlBase_HelpRequest ( object sender, EventArgs e ) : void
InitMSDialog ( ) : void
OnFilterChanged ( IWin32Window sender, int index ) : void
OnLoad ( EventArgs e ) : void
ShowDialogExt ( FileDialog fdlg, IWin32Window owner ) : DialogResult
UpdateListView ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FileDialogControlBase() public method

public FileDialogControlBase ( ) : System
return System

OnFileNameChanged() public method

public OnFileNameChanged ( IWin32Window sender, string fileName ) : void
sender IWin32Window
fileName string
return void

OnFolderNameChanged() public method

public OnFolderNameChanged ( IWin32Window sender, string folderName ) : void
sender IWin32Window
folderName string
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPrepareMSDialog() protected method

protected OnPrepareMSDialog ( ) : void
return void

ShowDialog() public method

public ShowDialog ( ) : DialogResult
return DialogResult

ShowDialog() public method

public ShowDialog ( IWin32Window owner ) : DialogResult
owner IWin32Window
return DialogResult

SortViewByColumn() public method

public SortViewByColumn ( int index ) : void
index int
return void