[]
        
(Showing Draft Content)

C1.Android.Input.C1TextBox

C1TextBox Class

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

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

Constructors

Name Description
C1TextBox(Context)

Initializes a new instance of the C1TextBox class.

C1TextBox(Context, IAttributeSet)

Initializes a new instance of the C1TextBox class.

C1TextBox(IntPtr, JniHandleOwnership)

Initializes a new instance of the C1TextBox class.

Fields

Name Description
BackgroundColorProperty
BorderColorProperty
BorderRadiusProperty
BorderThicknessProperty
DelayProperty
PaddingProperty

Properties

Name Description
AutoCompleteText

Gets the auto-completed text.

BackgroundColor

Gets or sets the color of the background.

BorderColor

Gets or sets the color of the border.

BorderRadius

Gets or sets the border radius.

BorderThickness

Gets or sets the border thickness.

Delay

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

Padding

Gets or sets the padding.

Placeholder

Gets or sets the placeholder displayed when there is no entered text.

Methods

Name Description
OnEditorAction(ImeAction)
OnTextChanged(ICharSequence, int, int, int)
SetPadding(int, int, int, int)
SetTextSize(ComplexUnitType, float)

Events

Name Description
AutoComplete

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