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

日付スタイルを定義するGrapeCity.Web.Input.IMCalendar.SubStyleオブジェクトを取得または設定します。
構文
Public Property SubStyles As SubStyleCollection
public SubStyleCollection SubStyles {get; set;}
解説
SubStylesプロパティは、日付スタイルを定義するGrapeCity.Web.Input.IMCalendar.SubStyleオブジェクトを保存するSubStyleCollectionコレクションを参照します。カレンダーを構成する要素の中で、日付スタイルが適用されるのは次の5種類です。
  1. 特定の曜日 (Weekdaysプロパティで指定)
  2. 休日 (HolidayStyleオブジェクトで指定)
  3. 隣接日 (TrailingStyle
  4. 選択された日 (SelectionStyle
  5. 六曜 (RokuyouStyle



これらの日付スタイルでは、SubStyleオブジェクトのプロパティを使って以下の項目を設定できます。
使用例
次のサンプルコードは、選択日の日付スタイルを設定する方法を示します。
GcDateTime1.DropDownCalendar.SelectionStyle.BackColor = Color.Silver
GcDateTime1.DropDownCalendar.SelectionStyle.ForeColor = Color.Green
GcDateTime1.DropDownCalendar.SelectionStyle.Bold = True
GcDateTime1.DropDownCalendar.SelectionStyle.UnderLine = False
GcDateTime1.DropDownCalendar.SelectionStyle.BackColor = Color.Silver;
GcDateTime1.DropDownCalendar.SelectionStyle.ForeColor = Color.Green;
GcDateTime1.DropDownCalendar.SelectionStyle.Bold = true;
GcDateTime1.DropDownCalendar.SelectionStyle.UnderLine = false;
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.