ComponentOne Xamarin.iOS
IsDropDownOpen Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : IsDropDownOpen Property
Gets or sets a value that indicates whether the dropdown is currently visible.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsDropDownOpen")>
<BrowsableAttribute(True)>
Public Property IsDropDownOpen As Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.IsDropDownOpen = value
 
value = instance.IsDropDownOpen
[Foundation.Export("IsDropDownOpen")]
[Browsable(true)]
public bool IsDropDownOpen {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members