PowerTools InputMan for ASP.NET 8.0J
GetLegendStyle メソッド
今日の日付の描画スタイルを示すStyleオブジェクトを取得します。
構文
var instance = new GCIM.GcCalendar(container, id);
var value; // Type: Style
value = instance.GetLegendStyle();
function GetLegendStyle() : Style;

戻り値

型 : Style
今日の日付の描画スタイルを示すStyleオブジェクト。
使用例
// 今日の日付のスタイルを設定します。
var legend = FindIMControl("GcCalendar1").GetLegendStyle();
legend.SetForeColor("blue");
legend.SetTextHAlign("right");
legend.SetBorderColor("orange");
参照

GcCalendar オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.