C# Class Xwt.SaveFileDialog

Inheritance: Xwt.FileDialog
Mostra file Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
AddRemoveItem void
CheckNotRunning void

Public Methods

Method Description
Run ( ) : bool

Shows the dialog.

Run ( Xwt.WindowFrame parentWindow ) : bool

Shows the dialog.

SaveFileDialog ( ) : System
SaveFileDialog ( string title ) : System

Private Methods

Method Description
AddRemoveItem ( FileDialogFilter filter, bool added ) : void
CheckNotRunning ( ) : void

Method Details

Run() public method

Shows the dialog.
public Run ( ) : bool
return bool

Run() public method

Shows the dialog.
public Run ( Xwt.WindowFrame parentWindow ) : bool
parentWindow Xwt.WindowFrame
return bool

SaveFileDialog() public method

public SaveFileDialog ( ) : System
return System

SaveFileDialog() public method

public SaveFileDialog ( string title ) : System
title string
return System