Android.Widget.PopupWindow.Focusable Property

Syntax

[get: Android.Runtime.Register("isFocusable", "()Z", "GetIsFocusableHandler")]
[set: Android.Runtime.Register("setFocusable", "(Z)V", "GetSetFocusable_ZHandler")]
public virtual bool Focusable { get; set; }

See Also

PopupWindow.Focusable
PopupWindow.Focusable
PopupWindow.IsShowing
PopupWindow.Update

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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