- 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.
Documentation for this section has not yet been entered.
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.