[]
        
(Showing Draft Content)

C1.Android.Core.C1ClearableEditText.-ctor

C1ClearableEditText Constructor

C1ClearableEditText(Context)

Initializes a new instance of the C1ClearableEditText class.

Declaration
public C1ClearableEditText(Context context)
Parameters
Type Name Description
Context context

The context.

C1ClearableEditText(Context, bool)

Initializes a new instance of the C1ClearableEditText class.

Declaration
public C1ClearableEditText(Context context, bool showClearButton)
Parameters
Type Name Description
Context context

The context.

bool showClearButton

if set to true [show clear button].

C1ClearableEditText(Context, bool, IAttributeSet)

Initializes a new instance of the C1ClearableEditText class.

Declaration
public C1ClearableEditText(Context context, bool showClearButton, IAttributeSet attrs)
Parameters
Type Name Description
Context context

The context.

bool showClearButton

if set to true [show clear button].

IAttributeSet attrs

The attrs.

C1ClearableEditText(Context, bool, int)

Initializes a new instance of the C1ClearableEditText class.

Declaration
public C1ClearableEditText(Context context, bool showPaddingButton, int paddingRight)
Parameters
Type Name Description
Context context

The context.

bool showPaddingButton

if set to true [show padding button].

int paddingRight

The padding right.