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