Android.Views.GestureDetector.IsLongpressEnabled Property

Syntax

[get: Android.Runtime.Register("isLongpressEnabled", "()Z", "GetIsLongpressEnabledHandler")]
[set: Android.Runtime.Register("setIsLongpressEnabled", "(Z)V", "GetSetIsLongpressEnabled_ZHandler")]
public virtual bool IsLongpressEnabled { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Set whether longpress is enabled, if this is enabled when a user presses and holds down you get a longpress event and nothing further. If it's disabled the user can press and hold down and then later moved their finger and you will get scroll events. By default longpress is enabled.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1