Click or drag to resize

GTPUFolderBrowserDialogSelectedPath Property

Gets or sets the path selected by the user.

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

Property Value

Type: String
The path of the folder first selected in the dialog box or the last folder selected by the user. The default is an empty string ("").
See Also