ShellSystemListItemCount Property |
Gets the number of items the list currently holds.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int ItemCount { get; }
Public ReadOnly Property ItemCount As Integer
Get
public:
property int ItemCount {
int get ();
}
member ItemCount : int with get
Property Value
Type:
Int32
The number of items or 0 if the current view is empty.
See Also