Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("IsEnabled")>
    <BrowsableAttribute(True)>
    Public Property IsEnabled As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.IsEnabled = value
     
    value = instance.IsEnabled
    [Foundation.Export("IsEnabled")]
    [Browsable(true)]
    public bool IsEnabled {get; set;}
    See Also