C1.Android.Input Assembly / C1.Android.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
See Also