TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / HoldingState Enumeration

In This Topic
    HoldingState Enumeration
    In This Topic
    Specifies the state of the C1TouchEventProvider.Holding event.
    Syntax
    'Declaration
     
    
    Public Enum HoldingState 
       Inherits System.Enum
    public enum HoldingState : System.Enum 
    Members
    MemberDescription
    CanceledAn additional contact is detected, a subsequent gesture (such as a slide) is detected.
    CompletedThe single contact is lifted.
    StartedA single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.HoldingState

    See Also