PowerTools InputMan for ASP.NET 8.0J
SetImeMode メソッド
IMEモードを表す値("auto"、"active"、"inactive"、"disabled")。
コントロールの IME (Input Method Editor) モードを設定します。
構文
var instance = new GCIM.GcTextBox(container, id);
var returnValue; // Type: any

// パラメータ
var value; //タイプ: ImeMode

returnValue = instance.SetImeMode(value);
function SetImeMode( 
   value : ImeMode
) : any;

パラメータ

value
IMEモードを表す値("auto"、"active"、"inactive"、"disabled")。
参照

GcTextBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.