'Declaration Public Sub ScrollYear( _ ByVal yearOffset As Integer _ )
'Usage Dim instance As DropDownCalendar Dim yearOffset As Integer instance.ScrollYear(yearOffset)
public void ScrollYear( int yearOffset )
Parameters
- yearOffset
- An integer type used to denote the number of calendar years to scroll and the direction in which to scroll them.