Android.Views.View.Activated Property
Indicates the activation state of this view.

Syntax

[get: Android.Runtime.Register("isActivated", "()Z", "GetIsActivatedHandler")]
[set: Android.Runtime.Register("setActivated", "(Z)V", "GetSetActivated_ZHandler")]
public virtual bool Activated { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates the activation state of this view.

Set method documentation [Android Documentation]

Changes the activated state of this view. A view can be activated or not. Note that activation is not the same as selection. Selection is a transient property, representing the view (hierarchy) the user is currently interacting with. Activation is a longer-term state that the user can move views in and out of. For example, in a list view with single or multiple selection enabled, the views in the current selection set are activated. (Um, yeah, we are deeply sorry about the terminology here.) The activated state is propagated down to children of the view it is set on.

Requirements

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