PowerTools InputMan for ASP.NET 8.0J
SetMaxLineCount メソッド
入力可能な最大行数。
複数行に設定したテキストコントロールに入力できる最大行数を設定します。
構文
var instance = new GCIM.GcTextBox(container, id);
var value; // Type: any

// パラメータ
var maxLineCount; //タイプ: number

value = instance.SetMaxLineCount(maxLineCount);
function SetMaxLineCount( 
   maxLineCount : number
) : any;

パラメータ

maxLineCount
入力可能な最大行数。
参照

GcTextBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.