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