Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / IsEnabled Property


In This Topic
    IsEnabled Property (C1DropDown)
    In This Topic
    Gets or sets whether the control should be enabled.
    Syntax
    'Declaration
     
    
    Public Shadows Property IsEnabled As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.IsEnabled = value
     
    value = instance.IsEnabled
    public new bool IsEnabled {get; set;}
    See Also