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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also