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

戻り値

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

DropDownCalendar オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.