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

戻り値の型

コントロールの描画スタイルを示すStyleオブジェクト。
使用例
// コントロールのスタイルを設定します。
var calendar = FindIMControl("GcCalendar1");
var controlStyle = calendar.GetControlStyle();
controlStyle.SetBorderStyle("solid");
controlStyle.SetBorderWidth(1);
controlStyle.SetBorderColor("gray");
calendar.SetUseControlStyle(true);
参照

参照

GcCalendar タイプ

 

 


© MESCIUS inc. All rights reserved.