C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class
Members


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
 
<C1LicensedControlAttribute()>
<Android.Runtime.RegisterAttribute("android/widget/LinearLayout", 
   DoNotGenerateAcw=True, 
   ApiSince=1)>
Public Class C1DropDown 
   Inherits Android.Widget.LinearLayout
   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 C1DropDown
Inheritance Hierarchy

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

See Also