OpenFolderFlags Enumeration

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.
public enum OpenFolderFlags

Remarks

Members

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.

See Also