| FileDialogType Enumeration |
The type of file dialog to display
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public enum FileDialogType
Public Enumeration FileDialogType
public enum class FileDialogType
Members
| Member name | Value | Description |
---|
| FileOpen | 0 | Display a File Open dialog box |
| FileSave | 1 | Display a File Save dialog box |
See Also