Spread Windows Forms 15.0
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
    public bool IsBarrelButtonPressed {get;}

    Property Value

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