InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Touch Namespace / QueryStatusEventArgs Class / AllowPressAndHold Property

In This Topic
    AllowPressAndHold Property (QueryStatusEventArgs)
    In This Topic
    Gets or sets whether the press and hold (right-click) gesture is supported.
    Syntax
    'Declaration
     
    Public Property AllowPressAndHold As Boolean
    public bool AllowPressAndHold {get; set;}
    See Also