ComponentOne Basic Library for WPF and Silverlight
PointerDeviceType Property (C1InputEventArgs)


C1.Silverlight Namespace > C1InputEventArgs Class : PointerDeviceType Property
Gets the type of pointer which performed the action.
Syntax
'Declaration
 
Public ReadOnly Property PointerDeviceType As C1PointerDeviceType
'Usage
 
Dim instance As C1InputEventArgs
Dim value As C1PointerDeviceType
 
value = instance.PointerDeviceType
public C1PointerDeviceType PointerDeviceType {get;}
Remarks
In Silverlight, 'windowless' plug-in parameter must be set to false in order to receive the correct device type, otherwise 'Mouse' will be returned despite the real device type.
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members