Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarMonthsPanel Class / CalendarMonthsPanel Constructor


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

    Parameters

    context
    See Also