Click or drag to resize

FileDialogEventArgsResultsIdLists Property

Gets the user's choices in a dialog that allows multiple selection.

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

Property Value

Type: ShellItemIdList
The results id list array.
See Also