SaveFileDialog.ShowDialog Method

SaveFileDialogShowDialog Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Rhino.UI.SaveFileDialog.ShowDialog"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use ShowSaveDialog")]
public DialogResult ShowDialog()
<ObsoleteAttribute("Use ShowSaveDialog")>
Public Function ShowDialog As DialogResult

Return Value

Type: DialogResult

[Missing <returns> documentation for "M:Rhino.UI.SaveFileDialog.ShowDialog"]

See Also