[]
        
(Showing Draft Content)

C1.Android.Input.C1AutoCompleteTextBox

C1AutoCompleteTextBox Class

Represents a control that can be used to display and edit plain text.

Inheritance
C1AutoCompleteTextBox
Implements
ITextWatcher
INoCopySpan
IJavaObject
IJavaPeerable
Namespace: C1.Android.Input
Assembly: C1.Android.Input.dll
Syntax
public class C1AutoCompleteTextBox : C1TextBox, IDependencyObject, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable
Public Class C1AutoCompleteTextBox
    Inherits C1TextBox
    Implements IDependencyObject, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IJavaPeerable

Constructors

Name Description
C1AutoCompleteTextBox(Context)

Initializes a new instance of the C1AutoCompleteTextBox class.

C1AutoCompleteTextBox(Context, IAttributeSet)

Initializes a new instance of the C1AutoCompleteTextBox class.

C1AutoCompleteTextBox(Context, IAttributeSet, int)

Initializes a new instance of the C1AutoCompleteTextBox class.

C1AutoCompleteTextBox(nint, JniHandleOwnership)

Fields

Name Description
DelayProperty

Identifies the Delay dependency property.

Properties

Name Description
AutoCompleteText

Gets the auto-completed text.

Delay

Gets or sets the delay that occurs between the key strokes and the text changed event.

IsPlaceholderVisible

Gets a value indicating whether the placeholder is visible.

Methods

Name Description
Dispose(bool)
Draw(Canvas)
OnAttachedToWindow()
OnDetachedFromWindow()
OnEditorAction(ImeAction)
OnTextChanged(ICharSequence, int, int, int)
SetTextSize(ComplexUnitType, float)
SetTypeface(Typeface, TypefaceStyle)

Events

Name Description
AutoComplete

Gets or sets the callback used to provide the auto-completion text.