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
Syntaxpublic string SelectedPath { get; set; }Property Value
Type:
StringThe 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