Android.Views.InputMethods.EditorInfo: Property Members

The properties of Android.Views.InputMethods.EditorInfo are listed below. For a list of all members, see the EditorInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

ActionIdint. If EditorInfo.ActionLabel has been given, this is the id for that command when the user presses its button that is delivered back with InputConnection.performEditorAction(int).
ActionLabelJava.Lang.ICharSequence. In some cases an IME may be able to display an arbitrary label for a command the user can perform, which you can specify here.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
ExtrasAndroid.OS.Bundle. Any extra data to supply to the input method.
FieldIdint. Identifier for the editor's field.
FieldNamestring. Additional name for the editor's field.
HintTextJava.Lang.ICharSequence. The "hint" text of the text view, typically shown in-line when the text is empty to tell the user what to enter.
ImeOptionsImeFlags. Extended type information for the editor, to help the IME better integrate with it.
InitialCapsModeAndroid.Text.CapitalizationMode. The capitalization mode of the first character being edited in the text.
InitialSelEndint.
InitialSelStartint. The text offset of the start of the selection at the time editing begins; -1 if not known.
InputTypeAndroid.Text.InputTypes. The content type of the text box, whose bits are defined by Android.Text.IInputType.
LabelJava.Lang.ICharSequence. A label to show to the user describing the text they are writing.
PackageNamestring. Name of the package that owns this editor.
PrivateImeOptionsstring. A string supplying additional information options that are private to a particular IME implementation.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.