Click or drag to resize

GTPUFileDialogFileName Property

Gets or sets a string containing the file name selected in the file dialog box.

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 FileName { get; set; }

Property Value

Type: String
The file name selected in the file dialog box. The default value is an empty string ("").
See Also