Click or drag to resize

GTPUFileDialogDefaultExt Property

Gets or sets the default file name extension.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public string DefaultExt { get; set; }

Property Value

Type: String
The default file name extension. The returned string does not include the period (.). The default value is an empty string("").
See Also