ComponentOne Xamarin.iOS
Hidden Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : Hidden Property
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
public override bool Hidden {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members