Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / AutoClose Property


In This Topic
    AutoClose Property
    In This Topic
    Gets or sets auto closes the drop when the user hits outside it.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("AutoClose")>
    <BrowsableAttribute(True)>
    Public Property AutoClose As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.AutoClose = value
     
    value = instance.AutoClose
    [Foundation.Export("AutoClose")]
    [Browsable(true)]
    public bool AutoClose {get; set;}
    See Also