Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / DummyKeyListener Class / InputType Property


In This Topic
    InputType Property (DummyKeyListener)
    In This Topic
    Return the type of text that this key listener is manipulating, as per InputType.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property InputType As Android.Text.InputTypes
    'Usage
     
    
    Dim instance As DummyKeyListener
    Dim value As Android.Text.InputTypes
     
    value = instance.InputType
    public override Android.Text.InputTypes InputType {get;}
    See Also