In This Topic
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
[C1LicensedControl()]
[Android.Runtime.Register("android/widget/LinearLayout",
DoNotGenerateAcw=true,
ApiSince=1)]
public class C1DropDown : Android.Widget.LinearLayout, 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
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