Android.InputMethodServices.InputMethodService.CandidatesHiddenVisibility Property
Returns the visibility mode (either Android.Views.View.INVISIBLE or Android.Views.View.GONE) of the candidates view when it is not shown.

Syntax

[get: Android.Runtime.Register("getCandidatesHiddenVisibility", "()I", "GetGetCandidatesHiddenVisibilityHandler")]
public virtual Android.Views.ViewStates CandidatesHiddenVisibility { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the visibility mode (either Android.Views.View.INVISIBLE or Android.Views.View.GONE) of the candidates view when it is not shown. The default implementation returns GONE when InputMethodService.ExtractViewShown returns true, otherwise VISIBLE. Be careful if you change this to return GONE in other situations -- if showing or hiding the candidates view causes your window to resize, this can cause temporary drawing artifacts as the resize takes place.

[Android Documentation]

Requirements

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