ComponentOne Xamarin.Android
SetRawInputType Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : SetRawInputType Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setRawInputType", 
   "(I)V", 
   "GetSetRawInputType_IHandler", 
   ApiSince=3)>
Public Overridable Sub SetRawInputType( _
   ByVal type As Android.Text.InputTypes _
) 
'Usage
 
Dim instance As C1CheckBox
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 type
)

Parameters

type
See Also

Reference

C1CheckBox Class
C1CheckBox Members