TextView.SetEditableFactory(EditableFactory) Method

Definition

Sets the Factory used to create new Editable Editables.

[Android.Runtime.Register("setEditableFactory", "(Landroid/text/Editable$Factory;)V", "")]
public void SetEditableFactory (Android.Text.EditableFactory? factory);
[<Android.Runtime.Register("setEditableFactory", "(Landroid/text/Editable$Factory;)V", "")>]
member this.SetEditableFactory : Android.Text.EditableFactory -> unit

Parameters

factory
EditableFactory

android.text.Editable.Factory Editable.Factory to be used

Attributes

Remarks

Java documentation for android.widget.TextView.setEditableFactory(android.text.Factory).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to