UIOption Enumeration
.NET Framework (current version)
Specifies which dialog boxes to show when copying, deleting, or moving files or directories.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| AllDialogs | Show progress dialog box and any error dialog boxes. | |
| OnlyErrorDialogs | Only show error dialog boxes and hide progress dialog boxes. Default. |
This enumeration is used with CopyDirectory, CopyFile, DeleteDirectory, DeleteFile, MoveDirectory, and MoveFile methods.
.NET Framework
Available since 2.0
Available since 2.0
Show: