Android.Views.ViewGroup.SetAddStatesFromChildren Method
Sets whether this ViewGroup's drawable states also include its children's drawable states.

Syntax

[Android.Runtime.Register("setAddStatesFromChildren", "(Z)V", "GetSetAddStatesFromChildren_ZHandler")]
public virtual void SetAddStatesFromChildren (bool addsStates)

Parameters

addsStates
Documentation for this section has not yet been entered.

Remarks

Sets 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