Used with to restrict or control the items in a FolderView collection.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SVGIO
Members
| Member name | Value | Description |
---|
| SVGIO_BACKGROUND | 0 |
Refers to the background of the view
|
| SVGIO_SELECTION | 1 |
Refers to the currently selected items.
|
| SVGIO_ALLVIEW | 2 |
Used in the same way as SVGIO_SELECTION but refers to all items in the view.
|
| SVGIO_CHECKED | 3 |
Used in the same way as SVGIO_SELECTION but refers to checked items in views where checked mode is supported.
|
| SVGIO_FLAG_VIEWORDER | -2147483648 |
Returns the items in the order they appear in the view. If this flag is not set, the selected item will be listed first.
|
See Also