| ShellAnimation Enumeration |
Resource identifiers for default animations from shell32.dll.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ShellAnimation
Public Enumeration ShellAnimation
public enum class ShellAnimation
Members
| Member name | Value | Description |
---|
| FileMove | 160 |
An animation representing a file move.
|
| FileCopy | 161 |
An animation representing a file copy.
|
| FlyingPapers | 165 |
An animation showing flying papers.
|
| SearchGlobe | 166 |
An animation showing a magnifying glass over a globe.
|
| PermanentDelete | 164 |
An animation representing a permament delete.
|
| FromRecycleBinDelete | 163 |
An animation representing deleting an item from the recycle bin.
|
| ToRecycleBinDelete | 162 |
An animation representing a file move to the recycle bin.
|
| SearchComputer | 152 |
An animation representing a search spanning the local computer.
|
| SearchDocument | 151 |
An animation representing a search in a document..
|
| SearchFlashlight | 150 |
An animation representing a search using a flashlight animation.
|
See Also