Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicate whether the popup window can grab the focus.
Set method documentation [Android Documentation]
Changes the focusability of the popup window. When focusable, the window will grab the focus from the current focused widget if the popup contains a focusable Android.Views.View. By default a popup window is not focusable.
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.