SetRawInputType Method (C1MaskedTextView)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setRawInputType",
"(I)V",
"GetSetRawInputType_IHandler",
ApiSince=3)>
Public Overridable Sub SetRawInputType( _
ByVal As Android.Text.InputTypes _
)
'Usage
Dim instance As C1MaskedTextView
Dim type As Android.Text.InputTypes
instance.SetRawInputType(type)
[Android.Runtime.Register("setRawInputType",
"(I)V",
"GetSetRawInputType_IHandler",
ApiSince=3)]
public virtual void SetRawInputType(
Android.Text.InputTypes
)
Parameters
- type
See Also