AutoCompleteTextView.IsPerformingCompletion Property

Definition

Identifies whether the view is currently performing a text completion, so subclasses can decide whether to respond to text changed events.

public virtual bool IsPerformingCompletion { [Android.Runtime.Register("isPerformingCompletion", "()Z", "GetIsPerformingCompletionHandler")] get; }
[<get: Android.Runtime.Register("isPerformingCompletion", "()Z", "GetIsPerformingCompletionHandler")>]
member this.IsPerformingCompletion : bool

Property Value

Attributes

Remarks

Identifies whether the view is currently performing a text completion, so subclasses can decide whether to respond to text changed events.

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

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