C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class
Members


C1ComboBox Class
C1ComboBox is an extension of DropDown that contains an editable textbox in the header and a listview in the drop-down.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1ComboBox")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class C1ComboBox 
   Inherits C1DropDown
   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 C1ComboBox
Inheritance Hierarchy

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

See Also