ListPopupWindow.PromptPosition Property

Definition

Set where the optional prompt view should appear.

public virtual int PromptPosition { [Android.Runtime.Register("getPromptPosition", "()I", "GetGetPromptPositionHandler")] get; [Android.Runtime.Register("setPromptPosition", "(I)V", "GetSetPromptPosition_IHandler")] set; }
[<get: Android.Runtime.Register("getPromptPosition", "()I", "GetGetPromptPositionHandler")>]
[<set: Android.Runtime.Register("setPromptPosition", "(I)V", "GetSetPromptPosition_IHandler")>]
member this.PromptPosition : int with get, set

Property Value

Where the optional prompt view should appear.

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.ListPopupWindow.getPromptPosition().

Property setter documentation:

Set where the optional prompt view should appear. The default is #POSITION_PROMPT_ABOVE.

Java documentation for android.widget.ListPopupWindow.setPromptPosition(int).

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

See also