Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / PrivateImeOptions Property


In This Topic
    PrivateImeOptions Property (C1MaskedTextView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property PrivateImeOptions As String
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As String
     
    instance.PrivateImeOptions = value
     
    value = instance.PrivateImeOptions
    public virtual string PrivateImeOptions {get; set;}
    See Also