Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
     
    
    Public Property ShowCloseButton As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.ShowCloseButton = value
     
    value = instance.ShowCloseButton
    public bool ShowCloseButton {get; set;}
    See Also