Click or drag to resize

FileDialogEventArgsItemsIdLists Property

Gets the currently selected items in the dialog. These items may be items selected in the view, or text selected in the file name edit box.

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

Property Value

Type: ShellItemIdList
The items id list array.
See Also