ListPopupWindow.SetPromptView(View) Method

Definition

Set a view to act as a user prompt for this popup window.

[Android.Runtime.Register("setPromptView", "(Landroid/view/View;)V", "GetSetPromptView_Landroid_view_View_Handler")]
public virtual void SetPromptView (Android.Views.View? prompt);
[<Android.Runtime.Register("setPromptView", "(Landroid/view/View;)V", "GetSetPromptView_Landroid_view_View_Handler")>]
abstract member SetPromptView : Android.Views.View -> unit
override this.SetPromptView : Android.Views.View -> unit

Parameters

prompt
View

View to use as an informational prompt.

Attributes

Remarks

Set a view to act as a user prompt for this popup window. Where the prompt view will appear is controlled by #setPromptPosition(int).

Java documentation for android.widget.ListPopupWindow.setPromptView(android.view.View).

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