Click or drag to resize

FileDialogEventArgsItemIdList Property

Gets the currently selected item in the dialog. This item may be an item 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 ItemIdList { get; }

Property Value

Type: ShellItemIdList
The item id list.
See Also