Android.Views.InputMethods.CompletionInfo.LabelFormatted Property
Return the user-visible label for the completion, or null if the plain text should be shown.

Syntax

[get: Android.Runtime.Register("getLabel", "()Ljava/lang/CharSequence;", "GetGetLabelHandler")]
public Java.Lang.ICharSequence LabelFormatted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the user-visible label for the completion, or null if the plain text should be shown. If non-null, this will be what the user sees as the completion option instead of the actual text.

[Android Documentation]

Requirements

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