BaseSelectionListFileCount Property |
Get the total number of selected files.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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