Click or drag to resize

SVGIO Enumeration

Used with to restrict or control the items in a FolderView collection.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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