AutoCompleteTextView.PerformCompletion Method

Definition

Performs the text completion by converting the selected item from the drop down list into a string, replacing the text box's content with this string and finally dismissing the drop down menu.

[Android.Runtime.Register("performCompletion", "()V", "GetPerformCompletionHandler")]
public virtual void PerformCompletion ();
[<Android.Runtime.Register("performCompletion", "()V", "GetPerformCompletionHandler")>]
abstract member PerformCompletion : unit -> unit
override this.PerformCompletion : unit -> unit
Attributes

Remarks

Performs the text completion by converting the selected item from the drop down list into a string, replacing the text box's content with this string and finally dismissing the drop down menu.

Java documentation for android.widget.AutoCompleteTextView.performCompletion().

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