Click or drag to resize

FolderViewSelectionMarkedItem Property

Gets the index of an item in the folder's view which has been marked by using the SVSI_SELECTIONMARK.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Item SelectionMarkedItem { get; }

Property Value

Type: Item
The selection marked item.
See Also