Click or drag to resize

GTPUFileDialogAddExtension Property

Gets or sets a value indicating whether the dialog box automatically adds an extension to a file name if the user omits the 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 bool AddExtension { get; set; }

Property Value

Type: Boolean
true if the dialog box adds an extension to a file name if the user omits the extension; otherwise, false. The default value is true.
See Also