Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Enabled Property


In This Topic
    Enabled Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Enabled As Boolean
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public virtual bool Enabled {get; set;}
    See Also