C# Class SecureDeleteWinForms.CommonDialog

Displays the common Open and SaveAs dialogs using the Vista-style dialogs.
Show file Open project: gratianlup/SecureDelete

Public Methods

Method Description
CommonDialog ( ) : System
ShowOpen ( ) : bool

Display the Vista-style common Open dialog.

ShowSave ( ) : bool

Display the Vista-style common Save As dialog.

Private Methods

Method Description
SetFilter ( ) : void

Set the low level Filter with the Filter collection.

Method Details

CommonDialog() public method

public CommonDialog ( ) : System
return System

ShowOpen() public method

Display the Vista-style common Open dialog.
public ShowOpen ( ) : bool
return bool

ShowSave() public method

Display the Vista-style common Save As dialog.
public ShowSave ( ) : bool
return bool