ListPopupWindow.PromptPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.