ShellSystemListSelCount Property |
Gets the number of selected items.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int SelCount { get; }Public ReadOnly Property SelCount As Integer
Get
public:
property int SelCount {
int get ();
}member SelCount : int with get
Property Value
Int32
The number of selected items or 0 if nothing is selected.
See Also