AutoCompleteTextView.IsPopupShowing Property

Definition

Indicates whether the popup menu is showing.

public virtual bool IsPopupShowing { [Android.Runtime.Register("isPopupShowing", "()Z", "GetIsPopupShowingHandler")] get; }
[<get: Android.Runtime.Register("isPopupShowing", "()Z", "GetIsPopupShowingHandler")>]
member this.IsPopupShowing : bool

Property Value

true if the popup menu is showing, false otherwise

Attributes

Remarks

Indicates whether the popup menu is showing.

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

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