'Declaration Public Function New( _ ByVal createTodayButton As Boolean, _ ByVal createNoneButton As Boolean _ )
'Usage Dim createTodayButton As Boolean Dim createNoneButton As Boolean Dim instance As New WinCalendar(createTodayButton, createNoneButton)
public WinCalendar( bool createTodayButton, bool createNoneButton )
Parameters
- createTodayButton
- true if the calendar will contain a TodayButton; false otherwise.
- createNoneButton
- true if the calendar will contain a NoneButton; false otherwise.