Click or drag to resize

SVGIO Enumeration

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
C#
[FlagsAttribute]
public enum SVGIO
Members
  Member nameValueDescription
SVGIO_BACKGROUND0 Refers to the background of the view
SVGIO_SELECTION1 Refers to the currently selected items.
SVGIO_ALLVIEW2 Used in the same way as SVGIO_SELECTION but refers to all items in the view.
SVGIO_CHECKED3 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