Android.Text.TextUtils.GetCapsMode Method
Determine what caps mode should be in effect at the current offset in the text.

Syntax

[Android.Runtime.Register("getCapsMode", "(Ljava/lang/CharSequence;II)I", "")]
[return:Android.Runtime.GeneratedEnum]
public static CapitalizationMode GetCapsMode (Java.Lang.ICharSequence cs, int off, [Android.Runtime.GeneratedEnum] CapitalizationMode reqModes)

Parameters

cs
The text that should be checked for caps modes.
off
Location in the text at which to check.
reqModes
The modes to be checked: may be any combination of TextUtils.CAP_MODE_CHARACTERS, TextUtils.CAP_MODE_WORDS, and TextUtils.CAP_MODE_SENTENCES.

Returns

Documentation for this section has not yet been entered.

Remarks

Determine what caps mode should be in effect at the current offset in the text. Only the mode bits set in reqModes will be checked. Note that the caps mode flags here are explicitly defined to match those in Android.Text.IInputType.

[Android Documentation]

Requirements

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