ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Boolean
    public System.bool AllowPressAndHold {get; set;}
    See Also