Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / HoldingState Enumeration


In This Topic
    HoldingState Enumeration
    In This Topic
    Specifies the state of the GcTouchEventProvider.Holding event.
    Syntax
    'Declaration
     
    
    Public Enum HoldingState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HoldingState
    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 is detected and a time threshold is crossed without the contact being lifted, another contact is detected, or another gesture is started.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Touch.HoldingState

    See Also