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

Syntax

[get: Android.Runtime.Register("isClickable", "()Z", "GetIsClickableHandler")]
[set: Android.Runtime.Register("setClickable", "(Z)V", "GetSetClickable_ZHandler")]
public virtual bool Clickable { get; set; }

See Also

View.Clickable
View.Clickable

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether this view reacts to click events or not.

Set method documentation [Android Documentation]

Enables or disables click events for this view. When a view is clickable it will change its state to "pressed" on every click. Subclasses should set the view clickable to visually react to user's clicks.

Requirements

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