Android.Views.View.EnabledStateSet Property
Indicates the view is enabled.

Syntax

[Android.Runtime.Register("ENABLED_STATE_SET")]
protected static IList<int> EnabledStateSet { get; }

See Also

Android.Graphics.Drawables.Drawable
View.GetDrawableState

Value

Documentation for this section has not yet been entered.

Remarks

Indicates the view is enabled. States are used with Android.Graphics.Drawables.Drawable to change the drawing of the view depending on its state.

[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