TreeView for WinForms | ComponentOne
C1.Win.Touch Namespace / TouchProcessor Class
Fields Properties Methods Events


In This Topic
    TouchProcessor Class Members
    In This Topic

    The following tables list the members exposed by TouchProcessor.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of TouchProcessor for the given control.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Indicates if the Windows Touch Technology is available on this platform.  
    Public Fieldstatic (Shared in Visual Basic)Indicates if the application is running on Windows 8 or upper OS.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the touch processor is enabled.  
    Public PropertyGets a value indicating whether the inertia is currently processed.  
    Public Propertystatic (Shared in Visual Basic)Indicates that the system is not drawing the cursor because the user is providing input through touch or pen instead of the mouse.  
    Public PropertyGets or sets the maximum possible displacement allowable for a tap, in DIPs.  
    Public PropertyGets or sets the maximum allowable duration for a tap, in milliseconds.  
    Public PropertyGets or sets whether the animation timer should be created for processing inertia (true by default).  
    Top
    Public Methods
     NameDescription
    Public MethodForces to complete the currently running manipulations for the given destination.  
    Public MethodForces all currently running manipulations to complete.  
    Public Methodstatic (Shared in Visual Basic)Calculates the timestamp in 100-nanosecond units.  
    Public MethodOverloaded. Tries to guess whether the mouse event being processed came from the touch device rather than from the mouse or pen.  
    Public MethodProcesses touch-related Windows messages.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether cursor is hidden because the end-user uses touch or pen instead of mouse.  
    Public MethodProcesses inertia animation for the specified timestamp.  
    Public MethodSets the dots per inch (DPI) for the touch processor.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user taps the control twice.  
    Public EventOccurs if the user taps the control but the touch duration exceeded MaxTapDuration or the touch point was moved.  
    Public EventOccurs before the control starts processing input from touch device or pen at the given point.  
    Public EventOccurs as a result of the Press and Hold action.  
    Public EventOccurs when the user taps the control.  
    Public EventOccurs before processing any manipulations from touch device.  
    Top
    See Also