ListPopupWindow.SetPromptView(View) Method
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 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.