Android.Widget.ListPopupWindow.Modal Property
Returns whether the popup window will be modal when shown.

Syntax

[get: Android.Runtime.Register("isModal", "()Z", "GetIsModalHandler")]
[set: Android.Runtime.Register("setModal", "(Z)V", "GetSetModal_ZHandler")]
public virtual bool Modal { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether the popup window will be modal when shown.

Set method documentation [Android Documentation]

Set whether this window should be modal when shown. If a popup window is modal, it will receive all touch and key input. If the user touches outside the popup window's content area the popup window will be dismissed.

Requirements

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