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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ShellItemIdList[] ItemsIdLists { get; }
Property Value
Type:
ShellItemIdListThe items id list array.
See Also