MetaKeyKeyListener.ClearMetaKeyState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClearMetaKeyState(IEditable, MetaKeyStates) |
Clears the state of the specified meta key if it is locked. |
ClearMetaKeyState(MetaKeyStates, MetaStates) |
Clears the state of the specified meta key if it is locked. |
ClearMetaKeyState(View, IEditable, MetaKeyStates) |
Clears the state of the specified meta key if it is locked. |
ClearMetaKeyState(IEditable, MetaKeyStates)
Clears the state of the specified meta key if it is locked.
[Android.Runtime.Register("clearMetaKeyState", "(Landroid/text/Editable;I)V", "")]
public static void ClearMetaKeyState (Android.Text.IEditable? content, Android.Views.MetaKeyStates states);
[<Android.Runtime.Register("clearMetaKeyState", "(Landroid/text/Editable;I)V", "")>]
static member ClearMetaKeyState : Android.Text.IEditable * Android.Views.MetaKeyStates -> unit
Parameters
- content
- IEditable
- states
- MetaKeyStates
- Attributes
Remarks
Java documentation for android.text.method.MetaKeyKeyListener.clearMetaKeyState(long, 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
ClearMetaKeyState(MetaKeyStates, MetaStates)
Clears the state of the specified meta key if it is locked.
[Android.Runtime.Register("clearMetaKeyState", "(II)J", "GetClearMetaKeyState_IIHandler")]
public virtual long ClearMetaKeyState (Android.Views.MetaKeyStates state, Android.Text.Method.MetaStates which);
[<Android.Runtime.Register("clearMetaKeyState", "(II)J", "GetClearMetaKeyState_IIHandler")>]
abstract member ClearMetaKeyState : Android.Views.MetaKeyStates * Android.Text.Method.MetaStates -> int64
override this.ClearMetaKeyState : Android.Views.MetaKeyStates * Android.Text.Method.MetaStates -> int64
Parameters
- state
- MetaKeyStates
the meta key state
- which
- MetaStates
meta keys to clear, may be a combination of #META_SHIFT_ON
,
#META_ALT_ON
or #META_SYM_ON
.
Returns
- Attributes
Remarks
Java documentation for android.text.method.MetaKeyKeyListener.clearMetaKeyState(long, 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
ClearMetaKeyState(View, IEditable, MetaKeyStates)
Clears the state of the specified meta key if it is locked.
[Android.Runtime.Register("clearMetaKeyState", "(Landroid/view/View;Landroid/text/Editable;I)V", "GetClearMetaKeyState_Landroid_view_View_Landroid_text_Editable_IHandler")]
public virtual void ClearMetaKeyState (Android.Views.View? view, Android.Text.IEditable? content, Android.Views.MetaKeyStates states);
[<Android.Runtime.Register("clearMetaKeyState", "(Landroid/view/View;Landroid/text/Editable;I)V", "GetClearMetaKeyState_Landroid_view_View_Landroid_text_Editable_IHandler")>]
abstract member ClearMetaKeyState : Android.Views.View * Android.Text.IEditable * Android.Views.MetaKeyStates -> unit
override this.ClearMetaKeyState : Android.Views.View * Android.Text.IEditable * Android.Views.MetaKeyStates -> unit
Parameters
- view
- View
- content
- IEditable
- states
- MetaKeyStates
- Attributes
Remarks
Java documentation for android.text.method.MetaKeyKeyListener.clearMetaKeyState(long, 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.