Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerPointProperties Class / IsBarrelButtonPressed Property


In This Topic
IsBarrelButtonPressed Property
In This Topic
Gets a value that indicates whether the barrel button of the pen or stylus device is pressed.
Syntax
'Declaration
 
Public ReadOnly Property IsBarrelButtonPressed As Boolean
 
'Usage
 
Dim instance As PointerPointProperties
Dim value As Boolean
 
value = instance.IsBarrelButtonPressed

Property Value

true if the barrel button is pressed; otherwise, false.
See Also