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


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

    Parameters

    context
    The context.
    See Also