PowerTools InputMan for ASP.NET 8.0J
GetAutoWidth メソッド
リストボックスの幅を自動的に調整するかどうか取得します。
構文
var instance = new GCIM.ComboListBox();
var value; // Type: boolean
value = instance.GetAutoWidth();
function GetAutoWidth() : boolean;

戻り値

型 : boolean
自動調整する場合はtrue、それ以外はfalse。
参照

ComboListBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.