TouchDevice::IsActive Property

.NET Framework (current version)
 

Gets a value that indicates whether the device is active.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool IsActive {
	bool get();
}

Property Value

Type: System::Boolean

true if the device is active; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: