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


In This Topic
DropDown Property
In This Topic
Gets or sets the drop-down view.
Syntax
'Declaration
 
<Foundation.ExportAttribute("DropDown")>
<BrowsableAttribute(True)>
Public Property DropDown As UIKit.UIView
 
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIView
 
instance.DropDown = value
 
value = instance.DropDown
See Also