C# Class SecureDeleteWinForms.CommonDialog

Displays the common Open and SaveAs dialogs using the Vista-style dialogs.
Afficher le fichier Open project: gratianlup/SecureDelete

Méthodes publiques

Méthode Description
CommonDialog ( ) : System
ShowOpen ( ) : bool

Display the Vista-style common Open dialog.

ShowSave ( ) : bool

Display the Vista-style common Save As dialog.

Private Methods

Méthode Description
SetFilter ( ) : void

Set the low level Filter with the Filter collection.

Method Details

CommonDialog() public méthode

public CommonDialog ( ) : System
Résultat System

ShowOpen() public méthode

Display the Vista-style common Open dialog.
public ShowOpen ( ) : bool
Résultat bool

ShowSave() public méthode

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