The members of Android.Widget.PopupWindow are listed below.
See Also: Inherited members from Java.Lang.Object
Public Constructors
Protected Constructors
| | A constructor used when creating managed representations of JNI objects; called by the runtime. |
Public Properties
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
| Dismiss() |
| GetMaxAvailableHeight(Android.Views.View) : intReturns the maximum height that is available for the popup to be
completely shown. |
| GetMaxAvailableHeight(Android.Views.View, int) : intReturns the maximum height that is available for the popup to be
completely shown. |
| SetBackgroundDrawable(Android.Graphics.Drawables.Drawable)Specifies the background drawable for this popup window. |
| SetIgnoreCheekPress()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. |
| SetOnDismissListener(PopupWindow.IOnDismissListener)Sets the listener to be called when the window is dismissed. |
| SetTouchInterceptor(Android.Views.View.IOnTouchListener)Set a callback for all touch events being dispatched to the popup
window. |
| SetWindowLayoutMode(int, int) |
| ShowAsDropDown(Android.Views.View) |
| ShowAsDropDown(Android.Views.View, int, int) |
| ShowAsDropDown(Android.Views.View, int, int, Android.Views.GravityFlags) |
| ShowAtLocation(Android.Views.View, Android.Views.GravityFlags, int, int) |
| Update()Updates the state of the popup window, if it is currently being displayed,
from the currently set state. |
| Update(int, int) |
| Update(Android.Views.View, int, int) |
| Update(int, int, int, int) |
| Update(Android.Views.View, int, int, int, int) |
| Update(int, int, int, int, bool) |
Public Events
| DismissEvent | Documentation for this section has not yet been entered. |
| TouchIntercepted | Documentation for this section has not yet been entered. |