![]() | SaveFileDialog Class |
Namespace: Wisej.Web
The SaveFileDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaveFileDialog |
Initializes a new instance of SaveFileDialog.
|
![]() | SaveFileDialog(IContainer) |
Initializes a new instance of the SaveFileDialog extender with a specified container.
|
Name | Description | |
---|---|---|
![]() | AddExtension |
Returns or sets whether the dialog box automatically adds an extension to a file name if the user omits the extension.
(Inherited from FileDialog.) |
![]() | CheckFileExists |
Returns or sets whether the dialog box displays a warning if the user specifies a file name that does not exist.
(Inherited from FileDialog.) |
![]() | CreatePrompt |
Returns or sets a value indicating whether the dialog box prompts
the user for permission to create a file, if the file specified file does not exist.
|
![]() | DefaultExtension |
Returns or sets the default file name extension.
(Inherited from FileDialog.) |
![]() | DialogTemplate |
Returns or sets the type of the common dialog UI control
to show when calling the ShowDialog method.
(Inherited from CommonDialog.) |
![]() | FileName |
Returns or sets a string containing the file name selected in the file dialog box.
(Inherited from FileDialog.) |
![]() | FileNames |
Returns the file names of all selected files in the dialog box.
(Inherited from FileDialog.) |
![]() | FileSystem |
Returns the IFileSystemProvider that contains the
selected FileName.
(Inherited from FileDialog.) |
![]() | Filter |
Returns or sets the current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box.
(Inherited from FileDialog.) |
![]() | FilterIndex |
Returns or sets the index of the filter currently selected in the file dialog box.
(Inherited from FileDialog.) |
![]() | InitialDirectory |
Returns or sets the initial directory displayed by the file dialog box.
(Inherited from FileDialog.) |
![]() | OverwritePrompt |
Returns or sets a value indicating whether the dialog box displays a warning
if the user specifies a file name that already exists.
|
![]() ![]() | Roots |
List of root IFileSystemProvider file systems displayed by the FileDialog.
(Inherited from FileDialog.) |
![]() | ShowHelp |
Returns or sets whether the Help button is displayed in the file dialog box.
(Inherited from FileDialog.) |
![]() | Tag |
Returns or sets an object that contains data about the control.
(Inherited from CommonDialog.) |
![]() | Title |
Returns or sets the file dialog box title.
(Inherited from FileDialog.) |
![]() | WindowState |
Returns or sets the initial WindowState of the common dialog.
(Inherited from CommonDialog.) |
Name | Description | |
---|---|---|
![]() | CreateUI | (Inherited from FileDialog.) |
![]() | Dispose | (Inherited from CommonDialog.) |
![]() | GetRoot |
Returns the IFileSystemProvider that contains the
specified path.
(Inherited from FileDialog.) |
![]() | MapPath |
Maps the virtual path to the corresponding physical path
on the specific IFileSystemProvider implementation.
(Inherited from FileDialog.) |
![]() | OnFileOk |
Fires the FileOk event.
(Inherited from FileDialog.) |
![]() | OnHelpRequested |
Fires the HelpRequest event.
(Inherited from CommonDialog.) |
![]() | OnLoadPath |
Fires the LoadPath event.
(Inherited from CommonDialog.) |
![]() | OpenFile |
Opens the file with read/write permission selected by the user.
|
![]() | ProcessFileNames |
Receives the file names selected by the user and validates them
according to the properties set in the FileDialog instance.
(Overrides FileDialogProcessFileNames(String).) |
![]() | PromptFileCreate |
Asks the user's permission to create the specified fileName.
|
![]() | PromptFileNotFound |
Informs the user that the file specified in fileName
doesn't exist. You can override this method to provide your text and localization.
(Inherited from FileDialog.) |
![]() | PromptFileOverwrite |
Asks the user's permission to overwrite the specified fileName.
|
![]() | Reset |
Resets all dialog box options to their default values.
(Overrides FileDialogReset.) |
![]() | ShowDialog |
Runs a common dialog box with a default owner.
(Inherited from CommonDialog.) |
![]() | ShowDialog(ActionDialogResult) |
Runs a common dialog box with a default owner.
(Inherited from CommonDialog.) |
![]() | ShowDialog(Form) |
Runs a common dialog box with the specified owner.
(Inherited from CommonDialog.) |
![]() | ShowDialog(Form, ActionDialogResult) |
Runs a common dialog box with the specified owner.
(Inherited from CommonDialog.) |
![]() | ShowDialogAsync |
Runs a common dialog box with the specified owner asynchronously.
(Inherited from CommonDialog.) |
![]() | ToString |
Returns a string that represents the FileDialog.
(Inherited from FileDialog.) |
Name | Description | |
---|---|---|
![]() | FileOk |
Fired when the user clicks on the Open or Save button on a file dialog box.
(Inherited from FileDialog.) |
![]() | HelpRequested |
Fired when the user clicks the Help button on a common dialog box.
(Inherited from CommonDialog.) |
![]() | LoadPath |
EXPERIMENTAL: Fired when the file dialog is loading a file or folder.
(Inherited from CommonDialog.) |
Name | Description | |
---|---|---|
![]() | Beep |
Sounds a tone through the computer's speaker.
(Defined by Interaction.) |
![]() | InputBox |
Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
(Defined by Interaction.) |
![]() | InputBoxAsync |
Asynchronous displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
(Defined by Interaction.) |
![]() | MsgBox |
Displays a message in a dialog box, waits for the user to click a button, and then returns an
integer indicating which button the user clicked.
(Defined by Interaction.) |
![]() | MsgBoxAsync |
Asynchronously displays a message in a dialog box, waits for the user to click a button, and then returns an
integer indicating which button the user clicked.
(Defined by Interaction.) |
You can:
You must add at least one IFileSystemProvider to the Roots collection before showing the dialog.