BaseSelectionListFileCount Property |
Get the total number of selected files.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int FileCount { get; protected set; }
Public Property FileCount As Integer
Get
Protected Set
public:
property int FileCount {
int get ();
protected: void set (int value);
}
member FileCount : int with get, set
Property Value
Type:
Int32Remarks See Also