C1.Android.Input Assembly / C1.Android.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
 
<C1LicensedControlAttribute()>
<Android.Runtime.RegisterAttribute("android/widget/LinearLayout", 
   DoNotGenerateAcw=True, 
   ApiSince=1)>
Public Class C1ComboBox 
   Inherits C1DropDown
   Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, C1.Android.Core.IFlowDirection, Java.Interop.IJavaPeerable 
 
'Usage
 
Dim instance As C1ComboBox
Inheritance Hierarchy

System.Object
   Java.Lang.Object
      Android.Views.View
         Android.Views.ViewGroup
            Android.Widget.LinearLayout
               C1.Android.Input.C1DropDown
                  C1.Android.Input.C1ComboBox
                     C1.Android.Input.C1AutoComplete

See Also