SHEmptyRecycleBinFlags Enumeration

Specifies the Recycle Bin behavior when cleaning the bin.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum SHEmptyRecycleBinFlags

Remarks

Members

DontShowConfirmation 1 Don't show deletion confirmation.
DontShowProgressUI 2 Don't show deletion progress.
DontPlaySound 4 Don't play sound on deletion.

See Also