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

戻り値の型

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

参照

DropDownCalendar タイプ

 

 


© MESCIUS inc. All rights reserved.