Click or drag to resize

BaseSelectionListSize Property

Get the total size of the selected items.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public long Size { get; protected set; }

Property Value

Type: Int64
Remarks
This property will only return valid results if CalculateSelectedFiles is set to true.
See Also