Click or drag to resize

FileDialogEventArgsCurrentSelectionIdList Property

Gets the user's current selection in the dialog.

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

Property Value

Type: ShellItemIdList
The current selection id list.
See Also