Android.Widget.PopupWindow.SetIgnoreCheekPress Method
Set the flag on popup to ignore cheek press eventt; by default this flag is set to false which means the pop wont ignore cheek press dispatch events.

Syntax

[Android.Runtime.Register("setIgnoreCheekPress", "()V", "GetSetIgnoreCheekPressHandler")]
public virtual void SetIgnoreCheekPress ()

See Also

PopupWindow.Update

Remarks

Set the flag on popup to ignore cheek press eventt; by default this flag is set to false which means the pop wont ignore cheek press dispatch events.

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.

[Android Documentation]

Requirements

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