Specifies which dialog boxes to show when copying, deleting, or moving files or directories.
| C# | Visual Basic |
public enum UIOption
Public Enumeration UIOption
| Member | Description |
|---|---|
| AllDialogs |
Show progress dialog box and any error dialog boxes.
|
| OnlyErrorDialogs |
Only show error dialog boxes and hide progress dialog boxes. Default.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|