EditorInfo.InitialToolType Propiedad

Definición

Devuelve el tipo MotionEvent#getToolType(int) de herramienta inicial MotionEvent#ACTION_UP responsable del foco en el editor actual. -o bien- Establezca el tipo MotionEvent#getToolType(int)de herramienta inicial MotionEvent#ACTION_UP .

public virtual Android.Views.MotionEventToolType InitialToolType { [Android.Runtime.Register("getInitialToolType", "()I", "GetGetInitialToolTypeHandler", ApiSince=34)] get; [Android.Runtime.Register("setInitialToolType", "(I)V", "GetSetInitialToolType_IHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getInitialToolType", "()I", "GetGetInitialToolTypeHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setInitialToolType", "(I)V", "GetSetInitialToolType_IHandler", ApiSince=34)>]
member this.InitialToolType : Android.Views.MotionEventToolType with get, set

Valor de propiedad

toolType MotionEvent#getToolType(int).

Atributos

Comentarios

Documentación del captador de propiedades:

Devuelve el tipo MotionEvent#getToolType(int) de herramienta inicial MotionEvent#ACTION_UP responsable del foco en el editor actual.

Documentación de Java para android.view.inputmethod.EditorInfo.getInitialToolType().

Documentación del establecedor de propiedades:

Establezca el tipo MotionEvent#getToolType(int)de herramienta inicial MotionEvent#ACTION_UP . que trajo el foco a la vista.

Documentación de Java para android.view.inputmethod.EditorInfo.setInitialToolType(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a