ComponentOne Xamarin.Android
C1ComboBox Constructor(Context,IAttributeSet)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1ComboBox Class > C1ComboBox Constructor : C1ComboBox Constructor(Context,IAttributeSet)
The context.
The attributeSet.
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

Reference

C1ComboBox Class
C1ComboBox Members
Overload List