SaveFileDialog Class

SaveFileDialog Class

Similar to the System.Windows.Forms.SaveFileDialog, but with customized Rhino user interface.
Inheritance Hierarchy
SystemObject
  Rhino.UISaveFileDialog

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class SaveFileDialog
Public Class SaveFileDialog

The SaveFileDialog type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleSaveFileDialog
Initializes a new instance of the SaveFileDialog class
Top
Properties
  NameDescription
Public propertyDefaultExt
The default file name extension. The returned string does not include the period.
Public propertyCode exampleFileName
Gets or sets a string containing the file name selected in the file dialog box.
Public propertyCode exampleFilter
Gets 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. See System.Windows.Forms.FileDialog for details.
Public propertyCode exampleInitialDirectory
Gets or sets the initial directory displayed by the file dialog box.
Public propertyTitle
Gets or sets the file dialog box title.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodCode exampleShowDialog
Public methodCode exampleShowSaveDialog
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also