ComponentOne Xamarin.iOS
C1DropDown Class
Members 


C1.iOS.Input Assembly > C1.iOS.Input Namespace : C1DropDown Class
C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1DropDown")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class C1DropDown 
   Inherits UIKit.UIView
   Implements C1.iOS.Core.IDependencyObject, C1.iOS.Core.IFlowDirection, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
'Usage
 
Dim instance As C1DropDown
[Foundation.Register("C1DropDown")]
[DesignTimeVisible(true)]
[C1LicensedControl()]
public class C1DropDown : UIKit.UIView, C1.iOS.Core.IDependencyObject, C1.iOS.Core.IFlowDirection, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Input.C1DropDown
               C1.iOS.Input.C1ComboBox

See Also

Reference

C1DropDown Members
C1.iOS.Input Namespace