GCIM 名前空間 > DropDownCalendar オブジェクト : GetSelectionStyle メソッド |
var instance = new GCIM.DropDownCalendar(); var value; // Type: SubStyle value = instance.GetSelectionStyle();
function GetSelectionStyle() : SubStyle;
// 選択日のスタイルを設定します。 var selection = FindIMControl("GcCalendar1").GetSelectionStyle(); selection.SetBackColor("green"); selection.SetBold(true);