Share via


EditorInfo.InitialToolType Property

Definition

Returns the initial MotionEvent#ACTION_UP tool type MotionEvent#getToolType(int) responsible for focus on the current editor. -or- Set the initial MotionEvent#ACTION_UP tool type MotionEvent#getToolType(int).

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

Property Value

toolType MotionEvent#getToolType(int).

Attributes

Remarks

Property getter documentation:

Returns the initial MotionEvent#ACTION_UP tool type MotionEvent#getToolType(int) responsible for focus on the current editor.

Java documentation for android.view.inputmethod.EditorInfo.getInitialToolType().

Property setter documentation:

Set the initial MotionEvent#ACTION_UP tool type MotionEvent#getToolType(int). that brought focus to the view.

Java documentation for android.view.inputmethod.EditorInfo.setInitialToolType(int).

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