NSaveFileDialog Class Members
In This Topic
The following tables list the members exposed by NSaveFileDialog.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DefaultExtension | Gets or sets the default file name extension that is used for the saved files. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DefaultFileName | Gets or sets the default file name that appears in the Save File dialog when it is displayed. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | RequestShow | Overridden. Requests for the dialog to be displayed. |
Top
Protected Methods
| Name | Description |
![Internal Method](template/packages/core-dotnet/images/internalMethod.png) | WKYC | |
Top
Public Events
| Name | Description |
![Public Event](template/packages/core-dotnet/images/publicEvent.png) | Closed | Occurs when the Save File dialog is closed. |
Top
See Also