ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / MaxTapDuration Property

In This Topic
    MaxTapDuration Property (TouchProcessor)
    In This Topic
    Gets or sets the maximum allowable duration for a tap, in milliseconds.
    Syntax
    'Declaration
     
    Public Property MaxTapDuration As System.Integer
    public System.int MaxTapDuration {get; set;}
    See Also