IsScanning Property
Summary
Indicates whether the source is currently scanning.
Syntax
public bool IsScanning {get;}
Public ReadOnly Property IsScanning As Boolean
public boolean getIsScanning()
public:
property bool IsScanning {
bool get();
}
Property Value
true if the source is currently scanning; otherwise, false.