Optional flags when opening items.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OFASI
Members
| Member name | Value | Description |
---|
| OFASI_NONE | 0 |
No options
|
| OFASI_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.
|
| OFASI_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.
|
| OFASI_OPENFOLDER | 1073741824 |
Don't select parent folder, just open it w/o selecting any child item.
|
See Also