Table of Contents

Class SaveFileDialog

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Prompts the user to select a location for saving a file.

[ControlCategory("Dialogs")]
public class SaveFileDialog : FileDialog, IBaseObjectWithId, IDisposableObject, IBaseObject, IComponent, IDisposable
Inheritance
SaveFileDialog
Implements

Fields

Default

Gets default SaveFileDialog instance.

DefaultAllowNullFileName

Gets or sets default value for the AllowNullFileName property.

DefaultOverwritePrompt

Gets or sets default value for the OverwritePrompt property.

Properties

AllowNullFileName

Gets or sets whether an empty file name is allowed when dialog result is Accepted.

Handler

Gets dialog handler.

OverwritePrompt

Gets or sets prompt for a confirmation if a file will be overwritten.

Methods

CoerceDialogResult(bool)

Called after dialog is closed. Override to coerce dialog result.

CreateHandler()

Creates dialog handler.

Reset()

Resets properties to the default values.