AccessibilityNodeInfo.ActionExpand Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.

Ação para expandir um nó expansível.

[Android.Runtime.Register("ACTION_EXPAND")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)]
public const Android.Views.Accessibility.Action ActionExpand = 262144;
[<Android.Runtime.Register("ACTION_EXPAND")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.Action enum directly instead of this field.", true)>]
val mutable ActionExpand : Android.Views.Accessibility.Action

Valor do campo

Value = 262144

Implementações

Atributos

Comentários

Ação para expandir um nó expansível.

Java documentação para android.view.accessibility.AccessibilityNodeInfo.ACTION_EXPAND.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a