C# Class Xwt.SaveFileDialog

Inheritance: Xwt.FileDialog
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description
AddRemoveItem void
CheckNotRunning void

Méthodes publiques

Méthode Description
Run ( ) : bool

Shows the dialog.

Run ( Xwt.WindowFrame parentWindow ) : bool

Shows the dialog.

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

Private Methods

Méthode Description
AddRemoveItem ( FileDialogFilter filter, bool added ) : void
CheckNotRunning ( ) : void

Method Details

Run() public méthode

Shows the dialog.
public Run ( ) : bool
Résultat bool

Run() public méthode

Shows the dialog.
public Run ( Xwt.WindowFrame parentWindow ) : bool
parentWindow Xwt.WindowFrame
Résultat bool

SaveFileDialog() public méthode

public SaveFileDialog ( ) : System
Résultat System

SaveFileDialog() public méthode

public SaveFileDialog ( string title ) : System
title string
Résultat System