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


In This Topic
    ShowCloseButton Property
    In This Topic
    Gets or sets a value that indicates whether the close button is currently visible in full screen.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ShowCloseButton")>
    <BrowsableAttribute(True)>
    Public Property ShowCloseButton As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.ShowCloseButton = value
     
    value = instance.ShowCloseButton
    [Foundation.Export("ShowCloseButton")]
    [Browsable(true)]
    public bool ShowCloseButton {get; set;}
    See Also