Android.Views.ViewGroup.AddStatesFromChildren Method
Returns whether this ViewGroup's drawable states also include its children's drawable states.

Syntax

[Android.Runtime.Register("addStatesFromChildren", "()Z", "GetAddStatesFromChildrenHandler")]
public virtual bool AddStatesFromChildren ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether this ViewGroup's drawable states also include its children's drawable states. This is used, for example, to make a group appear to be focused when its child EditText or button is focused.

[Android Documentation]

Requirements

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