ComponentOne Xamarin.iOS
ShowCloseButton Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : ShowCloseButton Property
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

Reference

C1DropDown Class
C1DropDown Members