Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / HoldingEventArgs Class / HoldingState Property


In This Topic
HoldingState Property
In This Topic
Gets the underlying MultiTouch.HoldingState for the interaction.
Syntax
'Declaration
 
Public ReadOnly Property HoldingState As HoldingState
 
'Usage
 
Dim instance As HoldingEventArgs
Dim value As HoldingState
 
value = instance.HoldingState

Property Value

One of MultiTouch.HoldingState values.
See Also