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