Android.Views.View.LongClickable Property
Indicates whether this view reacts to long click events or not.

Syntax

[get: Android.Runtime.Register("isLongClickable", "()Z", "GetIsLongClickableHandler")]
[set: Android.Runtime.Register("setLongClickable", "(Z)V", "GetSetLongClickable_ZHandler")]
public virtual bool LongClickable { get; set; }

See Also

View.LongClickable
View.LongClickable

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether this view reacts to long click events or not.

Set method documentation [Android Documentation]

Enables or disables long click events for this view. When a view is long clickable it reacts to the user holding down the button for a longer duration than a tap. This event can either launch the listener or a context menu.

Requirements

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