InputMethodService.ExtractViewShown Property

Definition

Return whether the fullscreen extract view is shown. -or- Controls the visibility of the extracted text area.

public virtual bool ExtractViewShown { [Android.Runtime.Register("isExtractViewShown", "()Z", "GetIsExtractViewShownHandler")] get; [Android.Runtime.Register("setExtractViewShown", "(Z)V", "GetSetExtractViewShown_ZHandler")] set; }
[<get: Android.Runtime.Register("isExtractViewShown", "()Z", "GetIsExtractViewShownHandler")>]
[<set: Android.Runtime.Register("setExtractViewShown", "(Z)V", "GetSetExtractViewShown_ZHandler")>]
member this.ExtractViewShown : bool with get, set

Property Value

Boolean
Attributes

Remarks

Property getter documentation:

Java documentation for android.inputmethodservice.InputMethodService.isExtractViewShown().

Property setter documentation:

Java documentation for android.inputmethodservice.InputMethodService.setExtractViewShown(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to