C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / C1DropDown Constructor / C1DropDown Constructor(Context)


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

Parameters

context
See Also