SaveFileDialog.DefaultExt Property

SaveFileDialogDefaultExt Property

The default file name extension. The returned string does not include the period.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public string DefaultExt { get; set; }
Public Property DefaultExt As String
	Get
	Set

Property Value

Type: String
See Also