Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1PointerDeviceType Enumeration

In This Topic
    C1PointerDeviceType Enumeration
    In This Topic
    Enumerates the different kind of devices which can perform drag operations.
    Syntax
    'Declaration
     
    
    Public Enum C1PointerDeviceType 
       Inherits System.Enum
    public enum C1PointerDeviceType : System.Enum 
    Members
    MemberDescription
    MouseMouse device
    PenPen device
    TouchTouch screen
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Core.C1PointerDeviceType

    See Also