PowerTools InputMan for ASP.NET 8.0J
CalendarType プロパティ (DropDownCalendar)
使用例 

ドロップダウンカレンダーのタイプを取得または設定します。
構文
Public Property CalendarType As CalendarType
public CalendarType CalendarType {get; set;}

プロパティ値

既定値:GrapeCity.Web.Input.IMCalendar.CalendarType.MonthDay
解説
CalendarTypeプロパティは、ドロップダウンカレンダーのタイプを、月-日カレンダー、年-月カレンダーに切り替えます。

なお、ズームボタンの押下で月-日カレンダー、年-月カレンダーの表示を切り替えることができます。
使用例
次のサンプルコードは、ドロップダウンカレンダーを年-月カレンダー形式に設定する方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcDateTime1.DropDownCalendar.CalendarType = CalendarType.YearMonth
GcDateTime1.DropDownCalendar.YearMonthFormat.YearFormat = "ggg e年"
GcDateTime1.DropDownCalendar.YearMonthFormat.MonthFormat = "MM月"
using GrapeCity.Web.Input.IMCalendar;

GcDateTime1.DropDownCalendar.CalendarType = CalendarType.YearMonth;
GcDateTime1.DropDownCalendar.YearMonthFormat.YearFormat = "ggg e年";
GcDateTime1.DropDownCalendar.YearMonthFormat.MonthFormat = "MM月";
参照

DropDownCalendar クラス
DropDownCalendar メンバ
ShowZoomButton プロパティ
YearMonthFormat プロパティ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.