Android.Views.InputMethods.BaseInputConnection.Editable Property
Return the target of edit operations.

Syntax

[get: Android.Runtime.Register("getEditable", "()Landroid/text/Editable;", "GetGetEditableHandler")]
public virtual Android.Text.IEditable Editable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the target of edit operations. The default implementation returns its own fake editable that is just used for composing text; subclasses that are real text editors should override this and supply their own.

[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