PowerTools InputMan for ASP.NET 8.0J
GetDropDownStyle メソッド
ドロップダウンのスタイルを取得します。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: DropDownStyle
value = instance.GetDropDownStyle();
function GetDropDownStyle() : DropDownStyle;

戻り値

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

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.