ShellBrowser .Net Edition
FileCount Property
NamespacesJam.ShellBaseSelectionListFileCount
Get the total number of selected files.
Declaration Syntax
C#Visual BasicVisual C++
public int FileCount { get; protected set; }
Public Property FileCount As Integer
public:
property int FileCount {
	int get ();
	void set (int value);
}
Remarks
This property will only return valid results if CalculateSelectedFiles is set to true.
See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)