Android.Views.View.Focusable Property
Returns whether this View is able to take focus.

Syntax

[get: Android.Runtime.Register("isFocusable", "()Z", "GetIsFocusableHandler")]
[set: Android.Runtime.Register("setFocusable", "(Z)V", "GetSetFocusable_ZHandler")]
public bool Focusable { get; set; }

See Also

View.FocusableInTouchMode

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether this View is able to take focus.

Set method documentation [Android Documentation]

Set whether this view can receive the focus. Setting this to false will also ensure that this view is not focusable in touch mode.

Requirements

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