PowerTools InputMan for ASP.NET 8.0J
GetSelectionStyle メソッド
選択された日付のスタイルを示すSubStyleオブジェクトを取得します。
構文
var instance = new GCIM.DropDownCalendar();
var value; // Type: SubStyle
value = instance.GetSelectionStyle();
function GetSelectionStyle() : SubStyle;

戻り値

型 : SubStyle
選択日のスタイルを示すSubStyleオブジェクト。
使用例
// 選択日のスタイルを設定します。
var selection = FindIMControl("GcCalendar1").GetSelectionStyle();
selection.SetBackColor("green");
selection.SetBold(true);
参照

DropDownCalendar オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.