OpenFolderFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum OpenFolderFlags
Public Enumeration OpenFolderFlags
Dim instance As OpenFolderFlags
public enum class OpenFolderFlags
No code example is currently available or this language may not be supported.
None |
0 |
No options.
|
Edit |
1 |
Select an item and put its name in edit mode.
This flag can only be used when a single item is being selected.
For multiple item selections, it is ignored.
|
OpenDesktop |
2 |
Select the item or items on the desktop rather than in a Windows Explorer window.
Note that if the desktop is obscured behind open windows, it will not be made visible.
|