C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / Hidden Property


In This Topic
Hidden Property
In This Topic
Specifies whether the UIKit.UIView displays or not.
Syntax
'Declaration
 
Public Overrides Property Hidden As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.Hidden = value
 
value = instance.Hidden
See Also