C1ClearableEditText Constructor(Context,Boolean)
In This Topic
Initializes a new instance of the
C1ClearableEditText class.
Syntax
'Declaration
Public Function New( _
ByVal As Android.Content.Context, _
ByVal As Boolean _
)
'Usage
Dim context As Android.Content.Context
Dim showClearButton As Boolean
Dim instance As New C1ClearableEditText(context, showClearButton)
public C1ClearableEditText(
Android.Content.Context ,
bool
)
Parameters
- context
- The context.
- showClearButton
- if set to
true
[show clear button].
See Also