Sprache

AccessibilityNodeInfo.AccessibilityAction.ActionSelect Property

Definition

Action that selects the node.

[Android.Runtime.Register("ACTION_SELECT")]
public static Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction ActionSelect { get; }
[<Android.Runtime.Register("ACTION_SELECT")>]
static member ActionSelect : Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction

Property Value

Attributes

Remarks

Action that selects the node. The view that implements this should send an AccessibilityEvent.TYPE_VIEW_SELECTED event.

Android reference for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.ACTION_SELECT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to