Switch that indicates whether to open the file in associated viewer software when it is double-clicked in both folder and upload pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property EnableFileViewer As Boolean
public bool EnableFileViewer { get; set; }
A boolean value (true
or false
). If true
, the file is opened in the external file viewer by double-click. Otherwise, double-click causes nothing.
Default value is true
.