Android.Widget.PopupWindow.ContentView Property

Syntax

[get: Android.Runtime.Register("getContentView", "()Landroid/view/View;", "GetGetContentViewHandler")]
[set: Android.Runtime.Register("setContentView", "(Landroid/view/View;)V", "GetSetContentView_Landroid_view_View_Handler")]
public virtual Android.Views.View ContentView { get; set; }

See Also

PopupWindow.ContentView
PopupWindow.ContentView
PopupWindow.IsShowing

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the view used as the content of the popup window.

Set method documentation [Android Documentation]

Change the popup's content. The content is represented by an instance of Android.Views.View.

This method has no effect if called when the popup is showing.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1