Table of Contents

Class GenericDevice

Namespace
GHIElectronics.Endpoint.UI.Input
Assembly
GHIElectronics.Endpoint.UI.dll

The GenericDevice class represents the Generic device to the members of a context.

public sealed class GenericDevice : InputDevice
Inheritance
GenericDevice
Inherited Members

Properties

DeviceType

public override InputManager.InputDeviceType DeviceType { get; }

Property Value

InputManager.InputDeviceType

Target

Returns the element that input from this device is sent to.

public override UIElement Target { get; }

Property Value

UIElement

Methods

SetTarget(UIElement)

public void SetTarget(UIElement target)

Parameters

target UIElement