Android.Text.Method.IKeyListener.ClearMetaKeyState Method
Remove the given shift states from the edited text.

Syntax

[Android.Runtime.Register("clearMetaKeyState", "(Landroid/view/View;Landroid/text/Editable;I)V", "GetClearMetaKeyState_Landroid_view_View_Landroid_text_Editable_IHandler:Android.Text.Method.IKeyListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ClearMetaKeyState (Android.Views.View view, Android.Text.IEditable content, [Android.Runtime.GeneratedEnum] Android.Views.MetaKeyStates states)

Parameters

view
Documentation for this section has not yet been entered.
content
Documentation for this section has not yet been entered.
states
Documentation for this section has not yet been entered.

Remarks

Remove the given shift states from the edited text.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3