Android.Views.ViewGroup.TouchscreenBlocksFocus Property
Check whether this ViewGroup should ignore focus requests for itself and its children.

Syntax

[get: Android.Runtime.Register("getTouchscreenBlocksFocus", "()Z", "GetGetTouchscreenBlocksFocusHandler")]
[set: Android.Runtime.Register("setTouchscreenBlocksFocus", "(Z)V", "GetSetTouchscreenBlocksFocus_ZHandler")]
public virtual bool TouchscreenBlocksFocus { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Check whether this ViewGroup should ignore focus requests for itself and its children.

Set method documentation [Android Documentation]

Set whether this ViewGroup should ignore focus requests for itself and its children. If this option is enabled and the ViewGroup or a descendant currently has focus, focus will proceed forward.

Requirements

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