Android.Views.InputMethods.BaseInputConnection.GetCursorCapsMode Method
The default implementation uses TextUtils.getCapsMode to get the cursor caps mode for the current selection position in the editable text, unless in dummy mode in which case 0 is always returned.

Syntax

[Android.Runtime.Register("getCursorCapsMode", "(I)I", "GetGetCursorCapsMode_IHandler")]
public virtual Android.Text.CapitalizationMode GetCursorCapsMode (Android.Text.CapitalizationMode reqModes)

Parameters

reqModes
The desired modes to retrieve, as defined by Android.Text.TextUtils.GetCapsMode(Java.Lang.ICharSequence, System.Int32, System.Int32). These constants are defined so that you can simply pass the current EditorInfo.InputType value directly in to here.

Returns

Documentation for this section has not yet been entered.

Remarks

The default implementation uses TextUtils.getCapsMode to get the cursor caps mode for the current selection position in the editable text, unless in dummy mode in which case 0 is always returned.

[Android Documentation]

Requirements

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