PowerTools InputMan for ASP.NET 8.0J
GetLengthAsByte メソッド
入力可能な最大文字数をバイト単位と文字単位のどちらで指定するかを取得します。
構文
var instance = new GCIM.GcTextBox(container, id);
var value; // Type: boolean
value = instance.GetLengthAsByte();
function GetLengthAsByte() : boolean;

戻り値

型 : boolean
バイト単位で制限するにはtrue、文字単位で制限するにはfalse。
参照

GcTextBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.