MESCIUS InputMan for ASP.NET 10.0J
SetDropDownStyle メソッド
ドロップダウンのスタイルを示す値("dropdown"、"simple"、"dropdownlist")
ドロップダウンのスタイルを設定します。
シンタックス
var instance = new GCIM.GcComboBox(container, id);
var returnValue; // Type: any

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

returnValue = instance.SetDropDownStyle(value);
function SetDropDownStyle( 
   value : DropDownStyle
) : any;

パラメータ

value
ドロップダウンのスタイルを示す値("dropdown"、"simple"、"dropdownlist")
参照

参照

GcComboBox タイプ

 

 


© MESCIUS inc. All rights reserved.