Click or drag to resize

OFASI Enumeration

Optional flags when opening items.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OFASI
Members
  Member nameValueDescription
OFASI_NONE0 No options
OFASI_EDIT1 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.
OFASI_OPENDESKTOP2 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.
OFASI_OPENFOLDER1073741824 Don't select parent folder, just open it w/o selecting any child item.
See Also