Click or drag to resize

FileDialogEventArgsCurrentSelectionIdList Property

Gets the user's current selection in the dialog.

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

Property Value

Type: ShellItemIdList
The current selection id list.
See Also