Android.Widget.PopupWindow.OutsideTouchable Property

Syntax

[get: Android.Runtime.Register("isOutsideTouchable", "()Z", "GetIsOutsideTouchableHandler")]
[set: Android.Runtime.Register("setOutsideTouchable", "(Z)V", "GetSetOutsideTouchable_ZHandler")]
public virtual bool OutsideTouchable { get; set; }

See Also

PopupWindow.OutsideTouchable
PopupWindow.OutsideTouchable
PopupWindow.IsShowing
PopupWindow.Update

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the popup window will be informed of touch events outside of its window.

Set method documentation [Android Documentation]

Controls whether the pop-up will be informed of touch events outside of its window. This only makes sense for pop-ups that are touchable but not focusable, which means touches outside of the window will be delivered to the window behind. The default is false.

If the popup is showing, calling this method will take effect only the next time the popup is shown or through a manual call to one of the PopupWindow.Update methods.

Requirements

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