Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetRawInputType Method


In This Topic
    SetRawInputType Method (C1TextBox)
    In This Topic
    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 C1TextBox
    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