BaseSelectionListCalculateSelectedFiles Property |
Use CalculateSelectedFiles to control whether the size and count of the selected files should be calculated or not.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool CalculateSelectedFiles { get; set; }Public Property CalculateSelectedFiles As Boolean
Get
Set
public:
property bool CalculateSelectedFiles {
bool get ();
void set (bool value);
}member CalculateSelectedFiles : bool with get, set
Property Value
Boolean
See Also