Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / C1ClearableEditText Constructor / C1ClearableEditText Constructor(Context,Boolean,IAttributeSet)
The context.
if set to true [show clear button].
The attrs.


In This Topic
    C1ClearableEditText Constructor(Context,Boolean,IAttributeSet)
    In This Topic
    Initializes a new instance of the C1ClearableEditText class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context, _
       ByVal showClearButton As Boolean, _
       ByVal attrs As Android.Util.IAttributeSet _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
    Dim showClearButton As Boolean
    Dim attrs As Android.Util.IAttributeSet
     
    Dim instance As New C1ClearableEditText(context, showClearButton, attrs)
    public C1ClearableEditText( 
       Android.Content.Context context,
       bool showClearButton,
       Android.Util.IAttributeSet attrs
    )

    Parameters

    context
    The context.
    showClearButton
    if set to true [show clear button].
    attrs
    The attrs.
    See Also