Click or drag to resize

GTPUFileDialogShowHiddenDevices Property

Specifies if the storage devices specified as hidden should be shown or not.

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

Property Value

Type: Boolean
true to show all storage devices, false to omit hidden devices. The default value is false.
See Also