संपादित करें

इसके माध्यम से साझा किया गया


UIOption Enum

Definition

Specifies which dialog boxes to show when copying, deleting, or moving files or directories.

public enum class UIOption
public enum UIOption
type UIOption = 
Public Enum UIOption
Inheritance
UIOption

Fields

AllDialogs 3

Show progress dialog box and any error dialog boxes.

OnlyErrorDialogs 2

Only show error dialog boxes and hide progress dialog boxes. Default.

Remarks

This enumeration is used with CopyDirectory, CopyFile, DeleteDirectory, DeleteFile, MoveDirectory, and MoveFile methods.

Applies to

See also