C1ClearableEditText Constructor(Context,Boolean,IAttributeSet)
In This Topic
Initializes a new instance of the
C1ClearableEditText class.
Syntax
'Declaration
Public Function New( _
ByVal As Android.Content.Context, _
ByVal As Boolean, _
ByVal 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 ,
bool ,
Android.Util.IAttributeSet
)
Parameters
- context
- The context.
- showClearButton
- if set to
true
[show clear button]. - attrs
- The attrs.
See Also