PowerTools CalendarGrid for Windows Forms 1.0J
カレンダーを空白にする

カレンダーを空白にするには、次のように行数ゼロ、列数ゼロのテンプレートを設定します。

Imports GrapeCity.Win.CalendarGrid
GcCalendarGrid1.Template = New CalendarTemplate(0, 0, 0, 0)
using GrapeCity.Win.CalendarGrid;
gcCalendarGrid1.Template = new CalendarTemplate(0, 0, 0, 0);

参照

 

 


© 2014 GrapeCity inc. All rights reserved.