PowerTools InputMan for ASP.NET 8.0J
SetHorizontalLineStyle メソッド
水平線のスタイル(""、"none"、"dotted"、"dashed"、"solid"、"double"、"groove"、"ridge"、"insert"、"outset")。
リストの水平線スタイル設定します。
構文
var instance = new GCIM.ComboListBox();
var returnValue; // Type: any

// パラメータ
var value; //タイプ: string

returnValue = instance.SetHorizontalLineStyle(value);
function SetHorizontalLineStyle( 
   value : string
) : any;

パラメータ

value
水平線のスタイル(""、"none"、"dotted"、"dashed"、"solid"、"double"、"groove"、"ridge"、"insert"、"outset")。
参照

ComboListBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.