PowerTools InputMan for ASP.NET 8.0J
SetPasswordChar メソッド
パスワードのプレースホルダ文字。
パスワードの文字の代わりに表示するプレースホルダ文字を設定します。
構文
var instance = new GCIM.GcTextBox(container, id);
var value; // Type: any

// パラメータ
var passwordChar; //タイプ: string

value = instance.SetPasswordChar(passwordChar);
function SetPasswordChar( 
   passwordChar : string
) : any;

パラメータ

passwordChar
パスワードのプレースホルダ文字。
参照

GcTextBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.