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

選択された日付の日付スタイルを示すSubStyleオブジェクトを取得または設定します。
構文
Public Property SelectionStyle As SubStyle
public SubStyle SelectionStyle {get; set;}
解説
SelectionStyleプロパティは、カレンダーの選択日の日付スタイルを設定するときに使用します。

カレンダーを構成する要素の中で、日付スタイルが適用されるのは次の5種類です。
  1. 特定の曜日 (Weekdaysプロパティで指定)
  2. 休日 (HolidayStyleオブジェクトで指定)
  3. 隣接日 (TrailingStyle
  4. 選択された日 (SelectionStyle
  5. 六曜 (RokuyouStyle



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

GcCalendar クラス
GcCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.