Android.Widget.PopupWindow.Touchable Property

Syntax

[get: Android.Runtime.Register("isTouchable", "()Z", "GetIsTouchableHandler")]
[set: Android.Runtime.Register("setTouchable", "(Z)V", "GetSetTouchable_ZHandler")]
public virtual bool Touchable { get; set; }

See Also

PopupWindow.Touchable
PopupWindow.Touchable
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 receives touch events.

Set method documentation [Android Documentation]

Changes the touchability of the popup window. When touchable, the window will receive touch events, otherwise touch events will go to the window below it. By default the window is touchable.

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