Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / C1ComboBox Constructor / C1ComboBox Constructor(Context,IAttributeSet)
The context.
The attributeSet.


In This Topic
    C1ComboBox Constructor(Context,IAttributeSet)
    In This Topic
    Initializes a new instance of the C1ComboBox class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context, _
       ByVal attrs As Android.Util.IAttributeSet _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
    Dim attrs As Android.Util.IAttributeSet
     
    Dim instance As New C1ComboBox(context, attrs)
    public C1ComboBox( 
       Android.Content.Context context,
       Android.Util.IAttributeSet attrs
    )

    Parameters

    context
    The context.
    attrs
    The attributeSet.
    See Also