FirstMonthInView Property (DropDownCalendar)
Gets or sets the first month in the drop-down calendar view.
public Months FirstMonthInView {get; set;}
'Declaration
Public Property FirstMonthInView As Months
'Usage
Dim instance As DropDownCalendar
Dim value As Months
instance.FirstMonthInView = value
value = instance.FirstMonthInView
Property Value
A
Months enumeration value that indicates the first month in the view.
The default is
Months.Default.