C# 클래스 EpLibrary.cs.SaveFileDialogEx

This is a class for Save File Dialog
상속: IDisposable
파일 보기 프로젝트 열기: juhgiyo/EpLibrary.cs

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFileExt ( ) : String

Return only ext

GetFileName ( ) : String

Return only filename

GetFileTitle ( ) : String

Return file title

GetPathName ( ) : String

Return full path and filename

SaveFileDialogEx ( String title = null, String defaultExt = null, String defaultDir = null, String filter = null, bool overwritePrompt = true, IWin32Window owner = null ) : System

Default Constructor

ShowDialog ( ) : DialogResult

Show dialog and return DialogResult

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

GetFileExt() 공개 메소드

Return only ext
public GetFileExt ( ) : String
리턴 String

GetFileName() 공개 메소드

Return only filename
public GetFileName ( ) : String
리턴 String

GetFileTitle() 공개 메소드

Return file title
public GetFileTitle ( ) : String
리턴 String

GetPathName() 공개 메소드

Return full path and filename
public GetPathName ( ) : String
리턴 String

SaveFileDialogEx() 공개 메소드

Default Constructor
public SaveFileDialogEx ( String title = null, String defaultExt = null, String defaultDir = null, String filter = null, bool overwritePrompt = true, IWin32Window owner = null ) : System
title String the title of the dialog
defaultExt String The default extension
defaultDir String The default directory
filter String The file extension filter
overwritePrompt bool flag to prompt when overwrite
owner IWin32Window The parent window
리턴 System

ShowDialog() 공개 메소드

Show dialog and return DialogResult
public ShowDialog ( ) : DialogResult
리턴 DialogResult