C# Class EpLibrary.cs.SaveFileDialogEx

This is a class for Save File Dialog
Inheritance: IDisposable
Afficher le fichier Open project: juhgiyo/EpLibrary.cs

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

GetFileExt() public méthode

Return only ext
public GetFileExt ( ) : String
Résultat String

GetFileName() public méthode

Return only filename
public GetFileName ( ) : String
Résultat String

GetFileTitle() public méthode

Return file title
public GetFileTitle ( ) : String
Résultat String

GetPathName() public méthode

Return full path and filename
public GetPathName ( ) : String
Résultat String

SaveFileDialogEx() public méthode

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
Résultat System

ShowDialog() public méthode

Show dialog and return DialogResult
public ShowDialog ( ) : DialogResult
Résultat DialogResult