MESCIUS InputMan for ASP.NET 10.0J
GetHeaderStyle メソッド
カレンダーのヘッダの描画スタイルを示すStyleオブジェクトを取得します。
シンタックス
var instance = new GCIM.GcCalendar(container, id);
var value; // Type: Style
value = instance.GetHeaderStyle();
function GetHeaderStyle() : Style;

戻り値の型

ヘッダの描画スタイルを示すStyleオブジェクト。
使用例
// ヘッダのスタイルを設定します。
var header = FindIMControl("GcCalendar1").GetHeaderStyle();
header.SetFontFamily("メイリオ");
header.SetFontSize(16);
header.SetFontWeight("bold");
参照

参照

GcCalendar タイプ

 

 


© MESCIUS inc. All rights reserved.