C1ClearableEditText Constructor(Context,Boolean,Int32)
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 Integer _
)
'Usage
Dim context As Android.Content.Context
Dim showPaddingButton As Boolean
Dim paddingRight As Integer
Dim instance As New C1ClearableEditText(context, showPaddingButton, paddingRight)
public C1ClearableEditText(
Android.Content.Context ,
bool ,
int
)
Parameters
- context
- The context.
- showPaddingButton
- if set to
true
[show padding button]. - paddingRight
- The padding right.
See Also