Android.Views.View.Enabled Property
Returns the enabled status for this view.

Syntax

[get: Android.Runtime.Register("isEnabled", "()Z", "GetIsEnabledHandler")]
[set: Android.Runtime.Register("setEnabled", "(Z)V", "GetSetEnabled_ZHandler")]
public virtual bool Enabled { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the enabled status for this view. The interpretation of the enabled state varies by subclass.

Set method documentation [Android Documentation]

Set the enabled state of this view. The interpretation of the enabled state varies by subclass.

Requirements

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