C# 클래스 SecureDeleteWinForms.CommonDialog

Displays the common Open and SaveAs dialogs using the Vista-style dialogs.
파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
CommonDialog ( ) : System
ShowOpen ( ) : bool

Display the Vista-style common Open dialog.

ShowSave ( ) : bool

Display the Vista-style common Save As dialog.

비공개 메소드들

메소드 설명
SetFilter ( ) : void

Set the low level Filter with the Filter collection.

메소드 상세

CommonDialog() 공개 메소드

public CommonDialog ( ) : System
리턴 System

ShowOpen() 공개 메소드

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

ShowSave() 공개 메소드

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