InputDevice Class
Definition
Abstract class that describes an input device.
public ref class InputDevice abstract : System::Windows::Threading::DispatcherObject
public abstract class InputDevice : System.Windows.Threading.DispatcherObject
type InputDevice = class
inherit DispatcherObject
Public MustInherit Class InputDevice
Inherits DispatcherObject
- Inheritance
- Derived
Constructors
InputDevice() |
Initializes a new instance of the InputDevice class. |
Properties
ActiveSource |
When overridden in a derived class, gets the PresentationSource that is reporting input for this device. |
Dispatcher |
Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject) |
Target |
When overridden in a derived class, gets the element that receives input from this device. |
Methods
CheckAccess() |
Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
VerifyAccess() |
Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject) |