名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > DropDownCalendar クラス : FirstMonthInView プロパティ |
Imports GrapeCity.Web.Input.IMCalendar GcDateTime1.DropDownCalendar.CalendarDimensions = New Size(4, 3) GcDateTime1.DropDownCalendar.FirstMonthInView = Months.April
using GrapeCity.Web.Input.IMCalendar; GcDateTime1.DropDownCalendar.CalendarDimensions = new Size(4, 3); GcDateTime1.DropDownCalendar.FirstMonthInView = Months.April;