C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / ShowHeader Property


In This Topic
ShowHeader Property (C1DropDown)
In This Topic
Gets or sets a value that indicates whether the header is currently visible.
Syntax
'Declaration
 
Public Property ShowHeader As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader
See Also