C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / C1ClearableEditText Constructor / C1ClearableEditText Constructor(Context,Boolean,Int32)
The context.
if set to true [show padding button].
The padding right.


In This Topic
C1ClearableEditText Constructor(Context,Boolean,Int32)
In This Topic
Initializes a new instance of the C1ClearableEditText class.
Syntax
'Declaration
 
Public Function New( _
   ByVal context As Android.Content.Context, _
   ByVal showPaddingButton As Boolean, _
   ByVal paddingRight 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)

Parameters

context
The context.
showPaddingButton
if set to true [show padding button].
paddingRight
The padding right.
See Also