ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1PointerDeviceType
    public enum C1PointerDeviceType : System.Enum 
    public enum class C1PointerDeviceType : public System.Enum 
    Members
    MemberDescription
    MouseMouse device
    PenPen device
    TouchTouch screen
    Inheritance Hierarchy

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

    See Also