Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / PrivateImeOptions Property


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