Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / HoldingState Enumeration


HoldingState Enumeration
Specifies the state of the GcTouchEventProvider.Holding event.
Syntax
'Declaration
 
Public Enum HoldingState 
   Inherits System.Enum
 
'Usage
 
Dim instance As HoldingState
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